Component.SignatureSourcetype recursive = Odoc_model.Lang.Signature.recursivetype item = | Module of Ident.module_ * recursive * Module.t Delayed.t| ModuleSubstitution of Ident.module_ * ModuleSubstitution.t| ModuleType of Ident.module_type * ModuleType.t Delayed.t| ModuleTypeSubstitution of Ident.module_type * ModuleTypeSubstitution.t| Type of Ident.type_ * recursive * TypeDecl.t Delayed.t| TypeSubstitution of Ident.type_ * TypeDecl.t| Exception of Ident.exception_ * Exception.t| TypExt of Extension.t| Value of Ident.value * Value.t Delayed.t| Class of Ident.type_ * recursive * Class.t| ClassType of Ident.type_ * recursive * ClassType.t| Include of Include.t| Open of Open.t| Comment of CComment.docs_or_stoptype removed_item = | RModule of Odoc_model.Names.ModuleName.t * Cpath.module_| RType of Odoc_model.Names.TypeName.t * TypeExpr.t * TypeDecl.Equation.t| RModuleType of Odoc_model.Names.ModuleTypeName.t * ModuleType.expr