1 2 3 4 5 6 7 8 9 10 11
module Lib ( someFunc ) where import Lib.A import Lib.B blah = 3 someFunc :: IO () someFunc = putStrLn "someFunc"