package alt-ergo-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Uf.LXSource

Sourcetype elt = r
Sourcetype t
Sourceval make : elt Xliteral.view -> t
Sourceval view : t -> elt Xliteral.view
Sourceval atom_view : t -> elt Xliteral.atom_view * bool
Sourceval mk_eq : elt -> elt -> t
Sourceval mk_distinct : bool -> elt list -> t
Sourceval mk_builtin : bool -> Xliteral.builtin -> elt list -> t
Sourceval mk_pred : elt -> bool -> t
Sourceval mkv_eq : elt -> elt -> elt Xliteral.view
Sourceval mkv_distinct : bool -> elt list -> elt Xliteral.view
Sourceval mkv_builtin : bool -> Xliteral.builtin -> elt list -> elt Xliteral.view
Sourceval mkv_pred : elt -> bool -> elt Xliteral.view
Sourceval neg : t -> t
Sourceval add_label : Hstring.t -> t -> unit
Sourceval label : t -> Hstring.t
Sourceval print : Format.formatter -> t -> unit
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval uid : t -> int
Sourceval elements : t -> elt list
Sourcemodule Map : Map.S with type key = t
Sourcemodule Set : Set.S with type elt = t
OCaml

Innovation. Community. Security.