cryptol/tests/issues/issue081.cry
2014-09-02 16:29:55 -07:00

4 lines
68 B
Plaintext

y : [2]
y = (x where x = 1) + 1
z : [4]
z = (f where f x = x + 1) 10