package hardcaml_verify

  1. Overview
  2. Docs

Module Cnf.DisjunctionSource

A collection of literals which are OR'd together.

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : Base.unit -> t
Sourceval add : t -> Literal.t -> t
Sourceval of_list : Literal.t Base.list -> t
Sourceval fold : t -> init:'a -> f:('a -> Literal.t -> 'a) -> 'a
Sourceval iter : t -> f:(Literal.t -> Base.unit) -> Base.unit
OCaml

Innovation. Community. Security.