Ast_helper.Constval mk :
?loc:loc ->
Parser_extended.Parsetree.constant_desc ->
Parser_extended.Parsetree.constantval char : ?loc:loc -> char -> string -> Parser_extended.Parsetree.constantval string :
?quotation_delimiter:string ->
?loc:Ocaml_common.Location.t ->
string ->
Parser_extended.Parsetree.constantval integer :
?loc:loc ->
?suffix:char ->
string ->
Parser_extended.Parsetree.constantval int : ?loc:loc -> ?suffix:char -> int -> Parser_extended.Parsetree.constantval int32 :
?loc:loc ->
?suffix:char ->
int32 ->
Parser_extended.Parsetree.constantval int64 :
?loc:loc ->
?suffix:char ->
int64 ->
Parser_extended.Parsetree.constantval nativeint :
?loc:loc ->
?suffix:char ->
nativeint ->
Parser_extended.Parsetree.constantval float :
?loc:loc ->
?suffix:char ->
string ->
Parser_extended.Parsetree.constant