You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -260,6 +262,10 @@ For qualified identifiers (``a.b``):
260
262
261
263
A qualified module identifier is only valid within an import.
262
264
265
+
Module expressions contain a module identifier and optional arguments. If arguments are present, the module expression instantiates the module that the identifier resolves to (see :ref:`Parameterized modules`).
266
+
267
+
Module expressions cannot refer to :ref:`Parameterized modules`. Instead, parameterized modules must always be fully instantiated when they are referenced.
268
+
263
269
.. _Parameterized modules:
264
270
265
271
Parameterized modules
@@ -361,7 +367,9 @@ With the exception of class domain types and character types (which cannot be re
0 commit comments