Files
ghc-mod/test/data/template-haskell/Bar.hs

6 lines
94 B
Haskell
Raw Normal View History

2015-03-05 16:50:06 +01:00
{-# LANGUAGE TemplateHaskell #-}
module Bar (bar) where
import Foo (foo)
bar = $foo ++ "bar"