7 lines
54 B
Text
7 lines
54 B
Text
const x y = x;
|
|
|
|
id x = x;
|
|
|
|
f x = (id 5);
|
|
|
|
main = f 5;
|