package elpi

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

Module Ast.ChrSource

Sourcetype sequent = {
  1. eigen : Term.t;
  2. context : Term.t;
  3. conclusion : Term.t;
}
Sourceand 'attribute t = {
  1. to_match : sequent list;
  2. to_remove : sequent list;
  3. guard : Term.t option;
  4. new_goal : sequent option;
  5. attributes : 'attribute;
  6. loc : Loc.t;
}
OCaml

Innovation. Community. Security.