Ast_helper.Const
let char: char => Parsetree.constant;
let string:
?quotation_delimiter:string =>
?loc:Location.t =>
string =>
Parsetree.constant;
let integer: ?suffix:char => string => Parsetree.constant;
let int: ?suffix:char => int => Parsetree.constant;
let int32: ?suffix:char => int32 => Parsetree.constant;
let int64: ?suffix:char => int64 => Parsetree.constant;
let nativeint: ?suffix:char => nativeint => Parsetree.constant;
let float: ?suffix:char => string => Parsetree.constant;