package elpi

  1. Overview
  2. Docs
type ('term, 'attributes) t = {
  1. loc : Loc.t;
  2. attributes : 'attributes;
  3. body : 'term;
}