package metapp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Metapp_api.QuotationsMakeSSource

include QuotationsS
Sourcetype 'a x
Sourcetype 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;
}
Sourcemodule Make (X : UnaryMakeS with type 'a t = 'a x) : sig ... end