Module Ast_helper.Const

val char : ?loc:loc -> char -> string -> Parser_extended.Parsetree.constant
val string : ?quotation_delimiter:string -> ?loc:Ocaml_common.Location.t -> string -> Parser_extended.Parsetree.constant
val integer : ?loc:loc -> ?suffix:char -> string -> Parser_extended.Parsetree.constant
val int : ?loc:loc -> ?suffix:char -> int -> Parser_extended.Parsetree.constant
val int32 : ?loc:loc -> ?suffix:char -> int32 -> Parser_extended.Parsetree.constant
val int64 : ?loc:loc -> ?suffix:char -> int64 -> Parser_extended.Parsetree.constant
val nativeint : ?loc:loc -> ?suffix:char -> nativeint -> Parser_extended.Parsetree.constant
val float : ?loc:loc -> ?suffix:char -> string -> Parser_extended.Parsetree.constant