cryptol/tests/issues/issue335.icry
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

3 lines
49 B
Plaintext

:t \ (x: (Bit,Bit)) -> x.0
:t \ (x:a) (y:a) -> x