Scroll to navigation

Ast_helper.Const(3o) OCaml library Ast_helper.Const(3o)

NAME

Ast_helper.Const - no description

Module

Module Ast_helper.Const

Documentation

Module Const
: sig end

val mk : ?loc:Ast_helper.loc -> Parsetree.constant_desc -> Parsetree.constant

val char : ?loc:Ast_helper.loc -> char -> Parsetree.constant

val string : ?quotation_delimiter:string -> ?loc:Location.t -> string -> Parsetree.constant

val integer : ?loc:Ast_helper.loc -> ?suffix:char -> string -> Parsetree.constant

val int : ?loc:Ast_helper.loc -> ?suffix:char -> int -> Parsetree.constant

val int32 : ?loc:Ast_helper.loc -> ?suffix:char -> int32 -> Parsetree.constant

val int64 : ?loc:Ast_helper.loc -> ?suffix:char -> int64 -> Parsetree.constant

val nativeint : ?loc:Ast_helper.loc -> ?suffix:char -> nativeint -> Parsetree.constant

val float : ?loc:Ast_helper.loc -> ?suffix:char -> string -> Parsetree.constant

2025-01-27 OCamldoc