From 115b6669653b442feb038b381f7da5b218611b34 Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 10 Dec 2024 20:39:27 +0100 Subject: [PATCH] messed up file mv --- Misc./guards.hs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Misc./guards.hs diff --git a/Misc./guards.hs b/Misc./guards.hs deleted file mode 100644 index a26d938..0000000 --- a/Misc./guards.hs +++ /dev/null @@ -1,4 +0,0 @@ -f x - | x < 10 = print "This is a" - | x > 10 = print "very poor" - | otherwise = print "example."