1 2 3 4 5 6 7 8
module A where import Language.Haskell.TH import F foo :: Exp foo = LitE (StringL "foo")