Module Ast_helper.ConstSource

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