From 6e449a6fc1c194e4f79f663341d4b3718182366c Mon Sep 17 00:00:00 2001 From: Jon Kristensen Date: Thu, 20 Dec 2012 23:21:00 +0100 Subject: [PATCH] Remove source/Utils.hs --- source/Utils.hs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 source/Utils.hs diff --git a/source/Utils.hs b/source/Utils.hs deleted file mode 100644 index ed4fd84..0000000 --- a/source/Utils.hs +++ /dev/null @@ -1,7 +0,0 @@ -module Utils where - -whileJust f = do - f' <- f - case f' of - Just x -> x : whileJust f - Nothing -> []