1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00

Remove Lib.hs.

This commit is contained in:
Rob Rix 2015-11-17 14:54:06 -08:00
parent 51c0c40814
commit e5282b9745

View File

@ -1,6 +0,0 @@
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"