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

5 lines
80 B
Plaintext

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