mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 21:11:35 +03:00
cadfaced80
The issue is not the set of names in scope, it is the type names printed out by the :t command. It should use the same names that are in scope in the module. If the type of an expression contains a type synonym that is not in scope at all, then I'm not sure what exactly it should do.
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module issue177A
|
|
Loading module issue177B
|
|
Loading module issue177C
|
|
Loading module issue177
|
|
w : Byte
|
|
x : Word16
|
|
y : B::Word32
|
|
z : ?issue177C::Word64
|