package why3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type value
val print_value : Format.formatter -> value -> unit
type result =
  1. | Normal of value
  2. | Excep of Ity.xsymbol * value
  3. | Irred of Expr.expr
  4. | Fun of Expr.rsymbol * Ity.pvsymbol list * int
val eval_global_symbol : Env.env -> Pmodule.pmodule -> Format.formatter -> Expr.rsymbol -> unit
OCaml

Innovation. Community. Security.