Component.Signature
type recursive = Odoc_model.Lang.Signature.recursive
type item =
| Module of Odoc_xref2.Ident.module_ * recursive * Module.t Delayed.t
| ModuleSubstitution of Odoc_xref2.Ident.module_ * ModuleSubstitution.t
| ModuleType of Odoc_xref2.Ident.module_type * ModuleType.t Delayed.t
| ModuleTypeSubstitution of Odoc_xref2.Ident.module_type
* ModuleTypeSubstitution.t
| Type of Odoc_xref2.Ident.type_ * recursive * TypeDecl.t Delayed.t
| TypeSubstitution of Odoc_xref2.Ident.type_ * TypeDecl.t
| Exception of Odoc_xref2.Ident.exception_ * Exception.t
| TypExt of Extension.t
| Value of Odoc_xref2.Ident.value * Value.t Delayed.t
| Class of Odoc_xref2.Ident.class_ * recursive * Class.t
| ClassType of Odoc_xref2.Ident.class_type * recursive * ClassType.t
| Include of Include.t
| Open of Open.t
| Comment of CComment.docs_or_stop
type removed_item =
| RModule of Odoc_xref2.Ident.module_ * Odoc_xref2.Cpath.Resolved.module_
| RType of Odoc_xref2.Ident.type_ * TypeExpr.t * TypeDecl.Equation.t
| RModuleType of Odoc_xref2.Ident.module_type * ModuleType.expr