summaryrefslogtreecommitdiff
path: root/hask-io/mini.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hask-io/mini.hs')
-rw-r--r--hask-io/mini.hs3
1 files changed, 0 insertions, 3 deletions
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' (+)