package lambdapi

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

Install

Dune Dependency

Authors

Maintainers

Sources

lambdapi-2.5.0.tbz
sha256=9bc8ae3694dd51bd5742e7aba760bd2878c4b0e5ef9b3d4a7b06f3cd303b611d
sha512=c812c3129b3d85b0c4d7e741d11137dbb4fe2a0aaba3a5968409080b742924ecb506280c19ad83ef6bc910346db96d87780313fa7683c29345edae16ae79c704

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.