package metapp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a x
type t = {
  1. expr : Ppxlib.expression x;
  2. pat : Ppxlib.pattern x;
  3. typ : Ppxlib.core_type x;
  4. class_type : Ppxlib.class_type x;
  5. class_type_field : Ppxlib.class_type_field x;
  6. class_expr : Ppxlib.class_expr x;
  7. class_field : Ppxlib.class_field x;
  8. module_type : Ppxlib.module_type x;
  9. module_expr : Ppxlib.module_expr x;
  10. signature_item : Ppxlib.signature_item x;
  11. structure_item : Ppxlib.structure_item x;
}