package ppx_optcomp

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

Innovation. Community. Security.