churf/sample-programs/mono-1.crf

5 lines
50 B
Text

const x y = x;
f x = (const x 'c');
main = f 5;