package ppx_optcomp
-
ppx_optcomp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
| Bool of Ppx_core.bool
| Int of Ppx_core.int
| Char of Ppx_core.char
| String of Ppx_core.string
| Tuple of t Ppx_core.list
Representation of values supported by optcomp.
val to_string : t -> Ppx_core.string
val to_string_pretty : t -> Ppx_core.string
val to_expression : Ppx_core.Location.t -> t -> Ppx_core.expression
val to_pattern : Ppx_core.Location.t -> t -> Ppx_core.pattern
val ocaml_version : t