Default.Latest
val ppat_construct :
loc:Astlib.Location.t ->
Astlib.Longident.t Astlib.Location.loc ->
(string Astlib.Location.loc list * Parsetree.pattern) option ->
Parsetree.pattern
val constructor_declaration :
loc:Astlib.Location.t ->
name:string Astlib.Location.loc ->
vars:string Astlib.Location.loc list ->
args:Parsetree.constructor_arguments ->
res:Parsetree.core_type option ->
unit ->
Parsetree.constructor_declaration