cryptol/tests/issues/issue177.icry
Brian Huffman cadfaced80 Update test for issue #177
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.
2015-03-04 11:22:37 -08:00

6 lines
36 B
Plaintext

:l issue177.cry
:t w
:t x
:t y
:t z