package lambdapi

  1. Overview
  2. No 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/Proof/Goal/index.html

Module Proof.GoalSource

Sourcetype t = goal

ctxt g returns the typing context of the goal g.

Sourceval env : goal -> Core.Env.t

env g returns the scoping environment of the goal g.

Sourceval of_meta : Core.Term.meta -> goal

of_meta m creates a goal from the meta m.

simpl f g simplifies the goal g with the function f.

Sourceval bindlib_ctxt : goal -> Bindlib.ctxt

bindlib_ctxt g computes a Bindlib context from a goal.

pp ppf g prints on ppf the goal g without its hypotheses.

hyps ppf g prints on ppf the hypotheses of the goal g.

OCaml

Innovation. Community. Security.