aboutsummaryrefslogtreecommitdiff
path: root/src/A.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-06-09 12:12:30 +0200
committerTom Smeding <tom@tomsmeding.com>2024-06-09 12:12:30 +0200
commit122f8fa9e5f8dc8a7bc431957b48363179853824 (patch)
treea1cda2a6bee951059870f9c91968ad0303038038 /src/A.hs
Initial
Diffstat (limited to 'src/A.hs')
-rw-r--r--src/A.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/A.hs b/src/A.hs
new file mode 100644
index 0000000..3b994e1
--- /dev/null
+++ b/src/A.hs
@@ -0,0 +1,9 @@
+module A where
+
+import Language.Haskell.TH
+
+import F
+
+
+kaas :: Exp
+kaas = LitE (StringL "kaas")