package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | X
  2. | Z
  3. | L0
  4. | L1
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val x : t
val z : t
val l0 : t
val l1 : t
val is_x : t -> Base.bool
val is_z : t -> Base.bool
val is_l0 : t -> Base.bool
val is_l1 : t -> Base.bool
val x_val : t -> Base.unit Base.option
val z_val : t -> Base.unit Base.option
val l0_val : t -> Base.unit Base.option
val l1_val : t -> Base.unit Base.option
module Variants : sig ... end
include Base.Equal.S with type t := t
val equal : t Base.Equal.equal
val to_int : t -> Base.int

Provide the index of t in textual order.

val of_char_exn : Base.char -> t
val to_char : t -> Base.char
OCaml

Innovation. Community. Security.