We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b17a1 commit df36b81Copy full SHA for df36b81
src/names/scopes.md
@@ -232,6 +232,9 @@ References to a label refer to the closest definition.
232
## Prelude scopes
233
234
[Preludes] bring entities into scope of every module.
235
+The entities are not members of the module, but are implicitly queried during [name resolution].
236
+The prelude names may be shadowed by declarations in a module.
237
+
238
The preludes are layered such that one shadows another if they contain entities of the same name.
239
The order that preludes may shadow other preludes is the following where earlier entries may shadow later ones:
240
0 commit comments