mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-23 22:27:25 +03:00
8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
type x +++ y = x-y
|
|
|
|
g : [6 +++ 2 +++ 1]
|
|
g = 2
|
|
|
|
h : [6 +++ (2 +++ 1)]
|
|
h = 9
|