module Lib ( someFunc ) where someFunc :: IO () someFunc = putStrLn "This is going to be a cool function, one day!"