package ppx_optcomp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Bool of Ppx_core.bool
  2. | Int of Ppx_core.int
  3. | Char of Ppx_core.char
  4. | String of Ppx_core.string
  5. | 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
OCaml

Innovation. Community. Security.