1 2 3 4 5 6 7 8
module A (mainA) where import B mainA :: IO () mainA = do putStrLn "Hello" putStrLn name