package ppx_optcomp

  1. Overview
  2. Docs

Module Ppx_optcomp.Value

type t =
  1. | Bool of Base.bool
  2. | Int of Base.int
  3. | Char of Base.char
  4. | String of Base.string
  5. | Tuple of t Base.list
val ocaml_version : 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 -> Ppx_optcomp__.Interpreter.Type.t
OCaml

Innovation. Community. Security.