import "Prelude" f a b c d e f g h = a + b + c + d + e + f + g + h main = (id f) 1 2 3 4 5 6 7 8 -- 36