mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-24 08:24:19 +03:00
fixing issue290 - it was a bug in the brain of the reporter.
imports need to be qualified to support this behavior.
This commit is contained in:
parent
72d690bd9f
commit
b7cad1c5b0
@ -3,5 +3,7 @@ Loading module Cryptol
|
||||
Loading module Cryptol
|
||||
Loading module issue290
|
||||
Loading module issue290bar
|
||||
|
||||
and then a bunch of 1's and 2's instead of undefined constants
|
||||
Assuming a = 2
|
||||
2
|
||||
1
|
||||
1
|
||||
|
@ -1,6 +1,6 @@
|
||||
module issue290bar where
|
||||
|
||||
import issue290
|
||||
import issue290 as issue290
|
||||
|
||||
fooConst = 2
|
||||
barConst = issue290::fooConst
|
||||
|
Loading…
Reference in New Issue
Block a user