1
1
mirror of https://github.com/GaloisInc/cryptol.git synced 2024-12-18 05:21:57 +03:00
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