package metapp

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

Parameters

module X : UnaryS

Signature

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