mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 10:46:37 +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.
4 lines
108 B
Plaintext
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
|