Module Ast_helper.Const

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