module Lib (someFunc) where

someFunc :: IO ()
someFunc :: IO ()
someFunc = String -> IO ()
putStrLn String
"someFunc"