Module Interpreter.Value
type t
=
|
Bool of Base.bool
|
Int of Base.int
|
Char of Base.char
|
String of Base.string
|
Tuple of t Base.list
val ocaml_version : t
val config_bool : string -> t
val flambda_backend : t
val flambda2 : t
val to_expression : Ppxlib__.Location.t -> t -> Ppxlib__.Import.expression
val to_pattern : Ppxlib__.Location.t -> t -> Ppxlib__.Import.pattern
val to_string_pretty : t -> string
val to_string : t -> string
val type_ : t -> Type.t