subfix/src/Lib.hs
2020-11-08 23:39:03 -05:00

7 lines
88 B
Haskell

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