Module Lang.Include

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