mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-14 11:16:33 +03:00
0393c8c54d
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.
3 lines
49 B
Plaintext
3 lines
49 B
Plaintext
:t \ (x: (Bit,Bit)) -> x.0
|
|
:t \ (x:a) (y:a) -> x
|