ghc-mod/test/data/Bar.hs
2013-03-13 13:37:17 +09:00

6 lines
94 B
Haskell

{-# LANGUAGE TemplateHaskell #-}
module Bar (bar) where
import Foo (foo)
bar = $foo ++ "bar"