package elpi

  1. Overview
  2. Docs
type 'attribute t = {
  1. loc : Loc.t;
  2. attributes : 'attribute;
  3. name : Func.t;
  4. ty : Term.t;
}