Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val var' :
?loc:Ppxlib.Ast.location ->
?attrs:Ppxlib.Ast_helper.attrs ->
Ppxlib.Ast.label ->
Ppxlib.Ast.pattern
val unit : ?loc:Ppxlib.Ast.location -> unit -> Ppxlib.Ast.pattern
val string : ?loc:Ppxlib.Ast.location -> string -> Ppxlib.Ast.pattern
val list : Ppxlib.Ast.pattern list -> Ppxlib.Ast.pattern
val of_expr :
Ppxlib.Ast.expression ->
[> `Error of Ppxlib.Ast.expression | `Ok of Ppxlib.Ast.pattern ]
val tuple' :
?loc:Ppxlib.Ast.location ->
Ppxlib.Ast.pattern list ->
Ppxlib.Ast.pattern