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.parsing/Parsing/SearchQuerySyntax/index.html

Module Parsing.SearchQuerySyntaxSource

Sourcetype side =
  1. | Lhs
  2. | Rhs
Sourcetype inside =
  1. | Exact
  2. | Inside
Sourcetype 'inside where =
  1. | Spine of 'inside
  2. | Conclusion of 'inside
  3. | Hypothesis of 'inside
Sourcetype constr =
  1. | QType of inside option where option
  2. | QXhs of inside option * side option
Sourcetype base_query =
  1. | QName of string
  2. | QSearch of Syntax.p_term * bool * constr option
Sourcetype op =
  1. | Intersect
  2. | Union
Sourcetype filter =
  1. | Path of string
Sourcetype query =
  1. | QBase of base_query
  2. | QOpp of query * op * query
  3. | QFilter of query * filter
OCaml

Innovation. Community. Security.