diff options
Diffstat (limited to 'src/ast_util.mli')
| -rw-r--r-- | src/ast_util.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli index 5d2b01b8..3302c573 100644 --- a/src/ast_util.mli +++ b/src/ast_util.mli @@ -289,6 +289,7 @@ val union_effects : effect -> effect -> effect val tyvars_of_nexp : nexp -> KidSet.t val tyvars_of_typ : typ -> KidSet.t +val is_kid_generated : kid -> bool val undefined_of_typ : bool -> Ast.l -> (typ -> 'annot) -> typ -> 'annot exp |
