package smtml

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

Module Dolmenexpr_to_expr.DolmenIntfSource

Sourcetype ty = DTy.t
Sourcetype term = DTerm.t
Sourcetype func_decl = DTerm.Const.t
Sourceval caches_consts : bool
Sourceval true_ : term
Sourceval false_ : term
Sourceval int : int -> term
Sourceval real : float -> term
Sourceval const : string -> ty -> term
Sourceval not_ : term -> term
Sourceval and_ : term -> term -> term
Sourceval or_ : term -> term -> term
Sourceval logand : term list -> term
Sourceval logor : term list -> term
val xor : term -> term -> term
val eq : term -> term -> term
val distinct : term list -> term
val ite : term -> term -> term -> term
Sourceval forall : term list -> term -> term
Sourceval exists : term list -> term -> term
Sourcemodule Types : sig ... end
Sourcemodule Int : sig ... end
Sourcemodule Real : sig ... end
Sourcemodule String : sig ... end
Sourcemodule Re : sig ... end
Sourcemodule Bitv : sig ... end
Sourcemodule Float : sig ... end
Sourcemodule Func : sig ... end
Sourcemodule Smtlib : sig ... end
OCaml

Innovation. Community. Security.