cryptol/examples/demote.cry

6 lines
65 B
Plaintext
Raw Normal View History

2017-07-07 02:51:25 +03:00
x : {a}(fin a) => [a] -> [(a*2)+3]
x v = 0 + 1
y = x (2 : [3])