git.fiddlerwoaroof.com
xmonad/src/Lib.hs
8337824e
 module Lib
     ( someFunc
     ) where
 
 someFunc :: IO ()
 someFunc = putStrLn "someFunc"