aboutsummaryrefslogtreecommitdiff
path: root/Foo.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-05-10 17:15:04 +0200
committerTom Smeding <tom@tomsmeding.com>2022-05-10 17:15:04 +0200
commitb01799a5dbbc3443567c2127de79f0ff354b5e57 (patch)
treeee3e8bdc51f321ec17cde96bc4fd9518c2c0421a /Foo.hs
Initial
Diffstat (limited to 'Foo.hs')
-rw-r--r--Foo.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Foo.hs b/Foo.hs
new file mode 100644
index 0000000..0c38272
--- /dev/null
+++ b/Foo.hs
@@ -0,0 +1,8 @@
+module Foo where
+
+import Data.Typeable
+import Language.Haskell.TH
+
+
+foo :: Typeable a => Code Q a -> Code Q ()
+foo = undefined