package elpi

  1. Overview
  2. Docs
type ('name, 'term) t = {
  1. loc : Loc.t;
  2. name : 'name;
  3. body : 'term;
}
val pp : (Ppx_deriving_runtime.Format.formatter -> 'name -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'term -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> ('name, 'term) t -> Ppx_deriving_runtime.unit
val show : (Ppx_deriving_runtime.Format.formatter -> 'name -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'term -> Ppx_deriving_runtime.unit) -> ('name, 'term) t -> Ppx_deriving_runtime.string