module Mty: sig
.. end
val mk : ?loc:Location.t ->
?attrs:Ast_403.Parsetree.attributes ->
Ast_403.Parsetree.module_type_desc -> Ast_403.Parsetree.module_type
val attr : Ast_403.Parsetree.module_type ->
Ast_403.Parsetree.attribute -> Ast_403.Parsetree.module_type
val ident : ?loc:Location.t ->
?attrs:Ast_403.Parsetree.attributes ->
Longident.t Ast_403.Asttypes.loc -> Ast_403.Parsetree.module_type
val alias : ?loc:Location.t ->
?attrs:Ast_403.Parsetree.attributes ->
Longident.t Ast_403.Asttypes.loc -> Ast_403.Parsetree.module_type
val signature : ?loc:Location.t ->
?attrs:Ast_403.Parsetree.attributes ->
Ast_403.Parsetree.signature -> Ast_403.Parsetree.module_type
val functor_ : ?loc:Location.t ->
?attrs:Ast_403.Parsetree.attributes ->
string Ast_403.Asttypes.loc ->
Ast_403.Parsetree.module_type option ->
Ast_403.Parsetree.module_type -> Ast_403.Parsetree.module_type
val with_ : ?loc:Location.t ->
?attrs:Ast_403.Parsetree.attributes ->
Ast_403.Parsetree.module_type ->
Ast_403.Parsetree.with_constraint list -> Ast_403.Parsetree.module_type
val typeof_ : ?loc:Location.t ->
?attrs:Ast_403.Parsetree.attributes ->
Ast_403.Parsetree.module_expr -> Ast_403.Parsetree.module_type
val extension : ?loc:Location.t ->
?attrs:Ast_403.Parsetree.attributes ->
Ast_403.Parsetree.extension -> Ast_403.Parsetree.module_type