1
1
mirror of https://github.com/nmattia/snack.git synced 2024-10-11 02:47:39 +03:00
snack/tests/library-3/lib/Foo.hs
2018-08-26 18:15:37 +03:00

7 lines
78 B
Haskell

module Foo where
import qualified Bar
someFunc :: IO ()
someFunc = Bar.main