Lib.hs 88 B

123456
  1. module Lib
  2. ( someFunc
  3. ) where
  4. someFunc :: IO ()
  5. someFunc = putStrLn "someFunc"