From 950eea3ba04e94cf3d5797f9b5d32b2621c89b55 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 13 Feb 2024 02:07:20 +0100 Subject: refactor library --- app/Debug.hs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app/Debug.hs (limited to 'app/Debug.hs') diff --git a/app/Debug.hs b/app/Debug.hs deleted file mode 100644 index 3499e02..0000000 --- a/app/Debug.hs +++ /dev/null @@ -1,10 +0,0 @@ -module Debug - ( debug, - ) -where - -import Debug.Trace (trace) -import Text.Printf (printf) - -debug :: Show a => String -> a -> a -debug s x = trace (printf "%s: %s" s (show x)) x -- cgit v1.2.3