mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-11 07:00:49 +03:00
3 lines
87 B
Plaintext
3 lines
87 B
Plaintext
:sat \(x : {b:Bit, a:Bit}) -> x.a && x.b
|
|
:sat \(x : {b:[8], a:Bit}) -> x.b == 0 /\ x.a
|