module Example (someFunc) where someFunc :: IO () someFunc = putStrLn "Example"