aboutsummaryrefslogtreecommitdiffstats
path: root/app/Debug.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-12 10:05:02 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-12 10:25:37 +0100
commit68566ca5a376f8508fdd1c5eff3155cde7929850 (patch)
tree3573f5b5fe392d6b46f08ef259a2be65baf77308 /app/Debug.hs
parent33faca6f99dc207e81497297c205a1ff29ae2f33 (diff)
refactor `Query`
Diffstat (limited to 'app/Debug.hs')
-rw-r--r--app/Debug.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/Debug.hs b/app/Debug.hs
index b28a967..3499e02 100644
--- a/app/Debug.hs
+++ b/app/Debug.hs
@@ -1,4 +1,7 @@
-module Debug where
+module Debug
+ ( debug,
+ )
+where
import Debug.Trace (trace)
import Text.Printf (printf)