mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-11 18:26:07 +03:00
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
x : {a}(fin a) => [a] -> [(a*2)+3]
|
|
x v = 0 + 1
|
|
|
|
y = x (2 : [3])
|
|
|