package why3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type value
val print_value : Stdlib.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 : ?real_param:(int * int * int) -> Env.env -> Pmodule.pmodule -> Stdlib.Format.formatter -> Expr.rsymbol -> unit
OCaml

Innovation. Community. Security.