package lambdapi

  1. Overview
  2. Docs
Proof assistant for the λΠ-calculus modulo rewriting

Install

Dune Dependency

Authors

Maintainers

Sources

lambdapi-2.5.1.tbz
sha256=2c251021b6fac40c05282ca183902da5b1008e69d9179d7a9543905c2c21a28a
sha512=69535f92766e6fedc2675fc214f0fb699bde2a06aa91d338c93c99756235a293cf16776f6328973dda07cf2ad402e58fe3104a08f1a896990c1778b42f7f9fcf

doc/lambdapi.handle/Handle/Why3_tactic/index.html

Module Handle.Why3_tacticSource

Calling a prover using Why3.

Sourceval default_prover : string Timed.ref

default_prover contains the name of the current prover. Note that it can be changed by using the "set prover <string>" command.

Sourceval timeout : int Timed.ref

timeout is the current time limit (in seconds) for a Why3 prover to find a proof. It can be changed with "set prover <int>".

Sourceval handle : Core.Sig_state.t -> Common.Pos.popt -> string option -> Proof.goal_typ -> unit

handle ss pos ps prover_name gt runs the Why3 prover corresponding to prover_name (if given or a default one otherwise) on the goal type gt, and fails if no proof is found.

OCaml

Innovation. Community. Security.