package core_kernel

  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
val compare : t -> t -> Base.Int.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Base.Invariant.S with type t := t
val invariant : t -> unit
val usage : t -> Base.String.t