Ast_helper.MtyModule type expressions
Module type expressions
val mk :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.module_type_desc ->
Migrate_parsetree.Ast_410.Parsetree.module_typeval ident :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Ocaml_common.Longident.t Ocaml_common.Location.loc ->
Migrate_parsetree.Ast_410.Parsetree.module_typeval alias :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Ocaml_common.Longident.t Ocaml_common.Location.loc ->
Migrate_parsetree.Ast_410.Parsetree.module_typeval signature :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.signature ->
Migrate_parsetree.Ast_410.Parsetree.module_typeval functor_ :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.functor_parameter ->
Migrate_parsetree.Ast_410.Parsetree.module_type ->
Migrate_parsetree.Ast_410.Parsetree.module_typeval with_ :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.module_type ->
Migrate_parsetree.Ast_410.Parsetree.with_constraint list ->
Migrate_parsetree.Ast_410.Parsetree.module_typeval typeof_ :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.module_expr ->
Migrate_parsetree.Ast_410.Parsetree.module_typeval extension :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.extension ->
Migrate_parsetree.Ast_410.Parsetree.module_type