package alt-ergo-lib

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

Atomic variables cannot be decomposed further.

Module signature combining OrderedType and Hashtbl.HashedType.

This includes a pre-built Table module that implements the Hashtbl.S signature.

include Domains_intf.OrderedType
type t
val pp : t Fmt.t
val compare : t -> t -> int
module Set : Stdlib.Set.S with type elt = t
module Map : Stdlib.Map.S with type key = t
val equal : t -> t -> bool
val hash : t -> int
module Table : Stdlib.Hashtbl.S with type key = t
OCaml

Innovation. Community. Security.