aboutsummaryrefslogtreecommitdiff
path: root/src/B.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/B.hs
Initial
Diffstat (limited to 'src/B.hs')
-rw-r--r--src/B.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/B.hs b/src/B.hs
new file mode 100644
index 0000000..1b88325
--- /dev/null
+++ b/src/B.hs
@@ -0,0 +1,8 @@
+{-# LANGUAGE TemplateHaskell #-}
+module B where
+
+import A
+
+
+-- $([d| foo = $(LitE . StringL . show . isRelevant <$> [t| Ranked 4 Double |]) |])
+$([d| foo = $(return $ kaas) |])