From 1032941dff1b27fb0d2ad3b959b4c76af0410e7b Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 8 Mar 2019 02:59:46 +0100 Subject: update readme --- hask-io/mini.hs | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 hask-io/mini.hs (limited to 'hask-io/mini.hs') diff --git a/hask-io/mini.hs b/hask-io/mini.hs deleted file mode 100644 index 7d73bfe..0000000 --- a/hask-io/mini.hs +++ /dev/null @@ -1,3 +0,0 @@ -import qualified Data.ByteString.Lazy as B -main = B.getContents>>=print.show.f - where f = B.foldl1' (+) -- cgit v1.2.3