package elpi

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