package metapp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include QuotationsS
type 'a x
type t = {
  1. expr : Ppxlib.expression x;
  2. pat : Ppxlib.pattern x;
  3. typ : Ppxlib.core_type x;
  4. signature : Ppxlib.signature x;
  5. signature_item : Ppxlib.signature_item x;
  6. structure : Ppxlib.structure x;
  7. structure_item : Ppxlib.structure_item x;
}
module Make (X : UnaryMakeS with type 'a t = 'a x) : sig ... end