package alt-ergo-lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.6.0.tbz
sha256=1269311af25278a466892ba878cc888ba59f177f53dd03f12a2c623b03fcf37e
sha512=8a841e1f295e889fa9cb95aa4021bbb481d73279e99512c2afb3510e1f6c9d367113ee6bd3a90bc51111fa3e766a302633e9d5d18fde7660b139cd19a271eb23

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

Module AltErgoLib.Xliteral

type builtin = Symbols.builtin =
  1. | LE
  2. | LT
  3. | IsConstr of Uid.term_cst
  4. | BVULE
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.