From 68566ca5a376f8508fdd1c5eff3155cde7929850 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 12 Feb 2024 10:05:02 +0100 Subject: refactor `Query` --- app/Debug.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/Debug.hs') 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) -- cgit v1.2.3