This website requires JavaScript.
Explore
Help
Sign In
GaloisInc
/
cryptol
Watch
1
Star
1
Fork
0
You've already forked cryptol
mirror of
https://github.com/GaloisInc/cryptol.git
synced
2024-12-15 18:52:13 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
33f0ab3979
cryptol
/
tests
/
issues
/
issue290bar.cry
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial import from internal repo
2014-04-18 02:34:25 +04:00
module issue290bar where
fixing issue290 - it was a bug in the brain of the reporter. imports need to be qualified to support this behavior.
2014-04-23 04:03:24 +04:00
import issue290 as issue290
Initial import from internal repo
2014-04-18 02:34:25 +04:00
fooConst = 2
barConst = issue290::fooConst
Reference in New Issue
Copy Permalink