Files
ghc-mod/test/data/Foo.hs

6 lines
83 B
Haskell
Raw Normal View History

2013-03-13 13:37:17 +09:00
module Foo (foo) where
import Language.Haskell.TH
foo :: ExpQ
foo = stringE "foo"