package lambdapi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.