cryptol/tests/issues/issue670.cry
2019-12-16 18:02:56 -08:00

8 lines
75 B
Plaintext

type x +++ y = x-y
g : [6 +++ 2 +++ 1]
g = 2
h : [6 +++ (2 +++ 1)]
h = 9