package alt-ergo-lib

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

Module AltErgoLib.ShostakSource

Sourcemodule Polynome : Polynome.T with type r = Combine.r
Sourcemodule Arith : Sig.SHOSTAK with type r = Combine.r and type t = Polynome.t
Sourcemodule Bitv : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Bitv.abstract
Sourcemodule Enum : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Enum.abstract
Sourcemodule Adt : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Adt.abstract
Sourcemodule Ite : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Ite.abstract
Sourcemodule Ac : Ac.S with type r = Combine.r and type t = Combine.r Sig.ac
Sourcemodule MXH : Map.S with type key = Combine.r

map of semantic values using Combine.hash_cmp

Sourcemodule SXH : Set.S with type elt = Combine.r

set of semantic values using Combine.hash_cmp

Sourcemodule MXS : Map.S with type key = Combine.r

map of semantic values using structural compare Combine.str_cmp

Sourcemodule SXS : Set.S with type elt = Combine.r

set of semantic values using structural compare Combine.str_cmp

OCaml

Innovation. Community. Security.