cryptol/tests/issues/issue081.cry

4 lines
68 B
Plaintext
Raw Normal View History

2014-09-03 03:29:55 +04:00
y : [2]
y = (x where x = 1) + 1
z : [4]
z = (f where f x = x + 1) 10