package earley
-
earley.str
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Type extensions
val mk :
?attrs:Astextra.attrs ->
?docs:Docstrings.docs ->
?params:(Parsetree.core_type * Asttypes.variance) list ->
?priv:Asttypes.private_flag ->
Astextra.lid ->
Parsetree.extension_constructor list ->
Parsetree.type_extension
val constructor :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
?docs:Docstrings.docs ->
?info:Docstrings.info ->
Astextra.str ->
Parsetree.extension_constructor_kind ->
Parsetree.extension_constructor
val decl :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
?docs:Docstrings.docs ->
?info:Docstrings.info ->
?args:Parsetree.constructor_arguments ->
?res:Parsetree.core_type ->
Astextra.str ->
Parsetree.extension_constructor
val rebind :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
?docs:Docstrings.docs ->
?info:Docstrings.info ->
Astextra.str ->
Astextra.lid ->
Parsetree.extension_constructor