churf/sample-programs/mono.crf
2023-03-31 18:58:33 +02:00

5 lines
50 B
Text

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