ghc-mod/test/data/check-test-subdir/test/Bar/Baz.hs

6 lines
86 B
Haskell

module Bar.Baz (baz) where
import Foo (foo)
baz :: String
baz = unwords [foo, "baz"]