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."