aboutsummaryrefslogtreecommitdiffstats
path: root/app/Debug.hs
diff options
context:
space:
mode:
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)