Module Component.Include

type decl =
| Alias of Cpath.module_
| ModuleType of ModuleType.U.expr
type t = {
parent : Odoc_model.Paths.Identifier.Signature.t;
doc : CComment.docs;
shadowed : Odoc_model.Lang.Include.shadowed;
expansion_ : Signature.t;
decl : decl;
}