5 lines
59 B
Text
5 lines
59 B
Text
id x = x;
|
|
|
|
const x y = x ;
|
|
|
|
main = const (id 0) (id 'a') ;
|