Module Odoc_model__Lang.Include

type expansion = {
resolved : bool;
content : Signature.t;
}
type t = {
parent : Odoc_model.Paths.Identifier.Signature.t;
doc : Odoc_model.Comment.docs;
decl : Module.decl;
expansion : expansion;
}