mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-24 06:52:44 +03:00
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
y : [2]
|
||
|
y = (x where x = 1) + 1
|
||
|
z : [4]
|
||
|
z = (f where f x = x + 1) 10
|