Module Lang.Include

type expansion = {
resolved : bool;
shadowed : (string * Paths.Identifier.t) list;
content : Signature.t;
}
type t = {
parent : Paths.Identifier.Signature.t;
doc : Comment.docs;
decl : Module.decl;
inline : bool;
expansion : expansion;
}