package lambdapi

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

Install

Dune Dependency

Authors

Maintainers

Sources

lambdapi-2.4.1.tbz
sha256=221dff97ab245c49b7e6480fa2a3a331ab70eb86dd5d521e2c73151029bbb787
sha512=a39961bb7f04f739660a98a52981d4793709619cd21310ca6982ba78af81ef09e01c7517ee3b8b2687b09f7d2614d878c1d69494ca6ab8ef8205d240c216ce8a

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.