Module Ast_helper.Const
val char : char -> Ocaml_parsing.Parsetree.constantval string :
?quotation_delimiter:string ->
?loc:Ocaml_parsing.Location.t ->
string ->
Ocaml_parsing.Parsetree.constantval integer : ?suffix:char -> string -> Ocaml_parsing.Parsetree.constantval int : ?suffix:char -> int -> Ocaml_parsing.Parsetree.constantval int32 : ?suffix:char -> int32 -> Ocaml_parsing.Parsetree.constantval int64 : ?suffix:char -> int64 -> Ocaml_parsing.Parsetree.constantval nativeint : ?suffix:char -> nativeint -> Ocaml_parsing.Parsetree.constantval float : ?suffix:char -> string -> Ocaml_parsing.Parsetree.constant