package override

  1. Overview
  2. Docs

Parameters

module Types : Ast_types

Signature

include module type of struct include Types end
type item = Types.item
type module_binding = Types.module_binding
type module_expr = Types.module_expr
type contents = item list
type include_declaration = module_expr Ppxlib.Parsetree.include_infos
type wrapped_item = item_desc Ppxlib.Location.loc
type 'a attributed = {
  1. attrs : Ppxlib.Parsetree.attributes;
  2. contents : 'a;
}
type module_binding_desc = {
  1. name : string option Ppxlib.Location.loc;
  2. expr : module_expr;
}
type wrapped_module_binding = module_binding_desc attributed Ppxlib.Location.loc