cryptol/tests/issues/issue081.icry

5 lines
80 B
Plaintext
Raw Normal View History

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