ghc-mod/test/data/Bar.hs

6 lines
94 B
Haskell
Raw Normal View History

2013-03-13 04:37:17 +00:00
{-# LANGUAGE TemplateHaskell #-}
module Bar (bar) where
import Foo (foo)
bar = $foo ++ "bar"