package metapp

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

Parameters

module X : UnaryS

Signature

include MetapointsS 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. class_type : Parsetree.class_type x;
  5. class_type_field : Parsetree.class_type_field x;
  6. class_expr : Parsetree.class_expr x;
  7. class_field : Parsetree.class_field x;
  8. module_type : Parsetree.module_type x;
  9. module_expr : Parsetree.module_expr x;
  10. signature_item : Parsetree.signature_item x;
  11. structure_item : Parsetree.structure_item x;
}
module Make (X : UnaryMakeS with type 'a t = 'a x) : sig ... end