package alt-ergo-lib

  1. Overview
  2. Docs
The Alt-Ergo SMT prover library

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.4.3.tar.gz
md5=ba99f4c71bf6de3d2475272af2ee7df2
sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c

doc/alt-ergo-lib/AltErgoLib/Xliteral/index.html

Module AltErgoLib.Xliteral

type builtin = Symbols.builtin =
  1. | LE
  2. | LT
  3. | IsConstr of Hstring.t
type 'a view =
  1. | Eq of 'a * 'a
  2. | Distinct of bool * 'a list
  3. | Builtin of bool * builtin * 'a list
  4. | Pred of 'a * bool
type 'a atom_view
module type OrderedType = sig ... end
module type S = sig ... end
val print_view : ?lbl:string -> (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a view -> unit
module Make (X : OrderedType) : S with type elt = X.t
OCaml

Innovation. Community. Security.