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