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