Up
Module
Value
Signature
type
t =
| Bool
of
bool
| Int
of
int
| Char
of
char
| String
of
string
| Tuple
of
t
list
Representation of values supported by optcomp.
val
to_string :
t
-> string
val
to_string_pretty :
t
-> string
val
to_expression : Location.t ->
t
-> Parsetree.expression
val
to_pattern : Location.t ->
t
-> Parsetree.pattern
val
ocaml_version :
t