1Ast_helper.Const(3)              OCaml library             Ast_helper.Const(3)
2
3
4

NAME

6       Ast_helper.Const - no description
7

Module

9       Module   Ast_helper.Const
10

Documentation

12       Module Const
13        : sig end
14
15
16
17
18
19
20
21
22       val char : char -> Parsetree.constant
23
24
25
26
27       val  string  : ?quotation_delimiter:string -> ?loc:Location.t -> string
28       -> Parsetree.constant
29
30
31
32
33       val integer : ?suffix:char -> string -> Parsetree.constant
34
35
36
37
38       val int : ?suffix:char -> int -> Parsetree.constant
39
40
41
42
43       val int32 : ?suffix:char -> int32 -> Parsetree.constant
44
45
46
47
48       val int64 : ?suffix:char -> int64 -> Parsetree.constant
49
50
51
52
53       val nativeint : ?suffix:char -> nativeint -> Parsetree.constant
54
55
56
57
58       val float : ?suffix:char -> string -> Parsetree.constant
59
60
61
62
63
64
65OCamldoc                          2020-09-01               Ast_helper.Const(3)
Impressum