cryptol/tests/issues/issue335.icry.stdout
Trevor Elliott 0393c8c54d Fixes #335
The local type bindings from type annotations in patterns were not being
processed correctly, and built-in type/type-functions were getting shadowed in
binders.
2016-05-24 11:58:55 -07:00

4 lines
108 B
Plaintext

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