package smtml

  1. Overview
  2. Docs
type ty
type term
type interp
type model
type solver
type handle
type optimizer
type cont
type 'a t
val make_cont : unit -> cont
module Cont : sig ... end
val true_ : term t
val false_ : term t
val int : int -> term t
val real : float -> term t
val const : string -> ty -> term t
val not_ : term -> term t
val and_ : term -> term -> term t
val or_ : term -> term -> term t
val xor : term -> term -> term t
val eq : term -> term -> term t
val distinct : term list -> term t
val ite : term -> term -> term -> term t
module Types : sig ... end
module Interp : sig ... end
module Int : sig ... end
module Real : sig ... end
module String : sig ... end
module Bitv : sig ... end
module Float : sig ... end
module Model : sig ... end
module Solver : sig ... end
module Optimizer : sig ... end
OCaml

Innovation. Community. Security.