diff options
Diffstat (limited to 'typing/types.ml')
-rw-r--r-- | typing/types.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/typing/types.ml b/typing/types.ml index b28801c2a..fecf47ed6 100644 --- a/typing/types.ml +++ b/typing/types.ml @@ -265,6 +265,7 @@ type module_type = Mty_ident of Path.t | Mty_signature of signature | Mty_functor of Ident.t * module_type option * module_type + | Mty_alias of Path.t and signature = signature_item list |