package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Zero
  2. | One of Base.String.t
  3. | Many of t
  4. | Maybe of t
  5. | Concat of t Base.List.t
  6. | Ad_hoc of Base.String.t
val bin_shape_t : Bin_prot.Shape.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
include Base.Invariant.S with type t := t
val invariant : t -> unit
val usage : t -> Base.String.t