mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-28 09:23:04 +03:00
8 lines
65 B
Plaintext
8 lines
65 B
Plaintext
|
|
v1 = `n
|
|
v2 = f `n `x
|
|
v3 = f `1
|
|
v4 = f `(1 + 2)
|
|
v4 = f `(x + y)
|
|
|