package elpi

  1. Overview
  2. Docs
type 'attribute t = {
  1. loc : Loc.t;
  2. attributes : 'attribute;
  3. name : Func.t;
  4. ty : Term.t;
}
val pp : (Ppx_deriving_runtime.Format.formatter -> 'attribute -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> 'attribute t -> Ppx_deriving_runtime.unit
val show : (Ppx_deriving_runtime.Format.formatter -> 'attribute -> Ppx_deriving_runtime.unit) -> 'attribute t -> Ppx_deriving_runtime.string