Module Ast_helper.Mty
Module type expressions
val ident :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Ast_helper.lid ->
Ocaml_parsing.Parsetree.module_typeval alias :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Ast_helper.lid ->
Ocaml_parsing.Parsetree.module_typeval signature :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Parsetree.signature ->
Ocaml_parsing.Parsetree.module_typeval functor_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
?ret_mode:Ocaml_parsing.Parsetree.modes ->
Ocaml_parsing.Parsetree.functor_parameter ->
Ocaml_parsing.Parsetree.module_type ->
Ocaml_parsing.Parsetree.module_typeval with_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Parsetree.module_type ->
Ocaml_parsing.Parsetree.with_constraint list ->
Ocaml_parsing.Parsetree.module_typeval typeof_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Parsetree.module_expr ->
Ocaml_parsing.Parsetree.module_typeval extension :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Parsetree.extension ->
Ocaml_parsing.Parsetree.module_typeval strengthen :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Parsetree.module_type ->
Ocaml_parsing.Ast_helper.lid ->
Ocaml_parsing.Parsetree.module_type