package hardcaml_verify

  1. Overview
  2. Docs

A collection of disjunctions which are AND'd together.

type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : Base.unit -> t
val add : t -> Disjunction.t -> t
val of_list : Disjunction.t Base.list -> t
val concat : t Base.list -> t