cryptol/tests/parser/type-value.cry
2014-04-17 15:34:25 -07:00

8 lines
65 B
Plaintext

v1 = `n
v2 = f `n `x
v3 = f `1
v4 = f `(1 + 2)
v4 = f `(x + y)