cryptol/examples/demote.cry
2017-07-06 16:51:25 -07:00

6 lines
65 B
Plaintext

x : {a}(fin a) => [a] -> [(a*2)+3]
x v = 0 + 1
y = x (2 : [3])