Module Ast_helper.Sig
Signature items
val type_subst :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.type_declaration list ->
Ocaml_parsing.Parsetree.signature_itemval type_extension :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.type_extension ->
Ocaml_parsing.Parsetree.signature_itemval exception_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.type_exception ->
Ocaml_parsing.Parsetree.signature_itemval module_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.module_declaration ->
Ocaml_parsing.Parsetree.signature_itemval mod_subst :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.module_substitution ->
Ocaml_parsing.Parsetree.signature_itemval rec_module :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.module_declaration list ->
Ocaml_parsing.Parsetree.signature_itemval modtype_subst :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.module_type_declaration ->
Ocaml_parsing.Parsetree.signature_itemval include_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
?modalities:Ocaml_parsing.Parsetree.modalities ->
Ocaml_parsing.Parsetree.include_description ->
Ocaml_parsing.Parsetree.signature_itemval class_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.class_description list ->
Ocaml_parsing.Parsetree.signature_itemval class_type :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.class_type_declaration list ->
Ocaml_parsing.Parsetree.signature_itemval extension :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Parsetree.extension ->
Ocaml_parsing.Parsetree.signature_itemval attribute :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.attribute ->
Ocaml_parsing.Parsetree.signature_itemval text :
Ocaml_parsing.Docstrings.text ->
Ocaml_parsing.Parsetree.signature_item list