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.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.