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; |
}Lang.Includetype 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; |
}