cryptol/tests/issues/issue335.icry.stdout
Brian Huffman c6144bd332 Update output for tests 256 and 335
The :t command now parenthesizes the term when needed.
2016-05-27 16:25:14 -07:00

4 lines
112 B
Plaintext

Loading module Cryptol
(\(x : (Bit, Bit)) -> x.0) : (Bit, Bit) -> Bit
(\(x : a) (y : a) -> x) : {a} a -> a -> a