We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad842b commit 6d2115fCopy full SHA for 6d2115f
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