mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-24 06:52:44 +03:00
c6144bd332
The :t command now parenthesizes the term when needed.
4 lines
112 B
Plaintext
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
|