packages feed

TrivialMonadWithUnitType-0.1.0.0: src/MyLib.hs

module MyLib (someFunc) where

someFunc :: IO ()
someFunc = putStrLn "someFunc"