aboutsummaryrefslogtreecommitdiff
path: root/test/Main.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-08-28 23:28:57 +0200
committerTom Smeding <tom@tomsmeding.com>2024-08-28 23:28:57 +0200
commit3a71d9c6c61afa3efb6bc190bf1ddae644ca0dff (patch)
tree847bf9d34f5c55d218a51e5ec2290b173fcdafef /test/Main.hs
parent912d262c8aef92657b8991d05b7fe39dcb5b5fd4 (diff)
WIP TH for non-base ASTs
Diffstat (limited to 'test/Main.hs')
-rw-r--r--test/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Main.hs b/test/Main.hs
index 1a8d8e1..5a4d335 100644
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -6,6 +6,7 @@
module Main where
import Data.Expr.SharingRecovery
+import Data.Expr.SharingRecovery.Internal
import Arith