diff options
Diffstat (limited to 'parsing/ast_helper.mli')
-rw-r--r-- | parsing/ast_helper.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/ast_helper.mli b/parsing/ast_helper.mli index 441e420d1..331b33b52 100644 --- a/parsing/ast_helper.mli +++ b/parsing/ast_helper.mli @@ -144,6 +144,7 @@ module Mty: val attr: module_type -> attribute -> module_type val ident: ?loc:loc -> ?attrs:attrs -> lid -> module_type + val alias: ?loc:loc -> ?attrs:attrs -> lid -> module_type val signature: ?loc:loc -> ?attrs:attrs -> signature -> module_type val functor_: ?loc:loc -> ?attrs:attrs -> str -> module_type option -> module_type -> module_type |