1 2 3 4 5 6 7
module T13704b2 where import Main (main) program :: IO () program = main -- meant to be compiled with '-main-is T13704b2.program'