package lambdapi

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

Innovation. Community. Security.