1 2 3 4 5 6 7 8
-- «front-matter» module Main where -- «end» -- «functions» main :: IO () main = return () -- «end»