ghc-mod/test/data/template-haskell/Bar.hs
2015-03-05 17:35:28 +01:00

6 lines
94 B
Haskell

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