package earley
-
earley.str
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Patterns
val mk :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.pattern_desc ->
Parsetree.pattern
val attr : Parsetree.pattern -> Parsetree.attribute -> Parsetree.pattern
val any :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
unit ->
Parsetree.pattern
val var :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Astextra.str ->
Parsetree.pattern
val alias :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.pattern ->
Astextra.str ->
Parsetree.pattern
val constant :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.constant ->
Parsetree.pattern
val interval :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.constant ->
Parsetree.constant ->
Parsetree.pattern
val tuple :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.pattern list ->
Parsetree.pattern
val construct :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Astextra.lid ->
Parsetree.pattern option ->
Parsetree.pattern
val variant :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Asttypes.label ->
Parsetree.pattern option ->
Parsetree.pattern
val record :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
(Astextra.lid * Parsetree.pattern) list ->
Asttypes.closed_flag ->
Parsetree.pattern
val array :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.pattern list ->
Parsetree.pattern
val or_ :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.pattern ->
Parsetree.pattern ->
Parsetree.pattern
val constraint_ :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.pattern ->
Parsetree.core_type ->
Parsetree.pattern
val type_ :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Astextra.lid ->
Parsetree.pattern
val lazy_ :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.pattern ->
Parsetree.pattern
val unpack :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Astextra.str ->
Parsetree.pattern
val open_ :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Astextra.lid ->
Parsetree.pattern ->
Parsetree.pattern
val exception_ :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.pattern ->
Parsetree.pattern
val extension :
?loc:Astextra.loc ->
?attrs:Astextra.attrs ->
Parsetree.extension ->
Parsetree.pattern