package encoding

  1. Overview
  2. Docs
type t =
  1. | Declare of Symbol.t
  2. | Assert of Expr.t
  3. | CheckSat
  4. | GetModel
val pp : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string
OCaml

Innovation. Community. Security.