mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-24 06:52:44 +03:00
b7cad1c5b0
imports need to be qualified to support this behavior.
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
module issue290bar where
|
|
|
|
import issue290 as issue290
|
|
|
|
fooConst = 2
|
|
barConst = issue290::fooConst
|