aboutsummaryrefslogtreecommitdiff
path: root/src/A.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/A.hs')
-rw-r--r--src/A.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/A.hs b/src/A.hs
index 3b994e1..629a6fd 100644
--- a/src/A.hs
+++ b/src/A.hs
@@ -1,9 +1,8 @@
module A where
import Language.Haskell.TH
-
import F
-kaas :: Exp
-kaas = LitE (StringL "kaas")
+foo :: Exp
+foo = LitE (StringL "foo")