table of contents
other versions
- Tumbleweed 4.14.2-3.1
- Leap-16.0
- Leap-15.6
Ast_helper.Const(3) | OCaml library | Ast_helper.Const(3) |
NAME¶
Ast_helper.Const - no description
Module¶
Module Ast_helper.Const
Documentation¶
Module Const
: sig end
val char : char -> Parsetree.constant
val string : ?quotation_delimiter:string -> ?loc:Location.t -> string -> Parsetree.constant
val integer : ?suffix:char -> string -> Parsetree.constant
val int : ?suffix:char -> int -> Parsetree.constant
val int32 : ?suffix:char -> int32 -> Parsetree.constant
val int64 : ?suffix:char -> int64 -> Parsetree.constant
val nativeint : ?suffix:char -> nativeint -> Parsetree.constant
val float : ?suffix:char -> string -> Parsetree.constant
2025-03-03 | OCamldoc |