rempve some unused files
[ghc-hetmet.git] / ghc / misc / examples / cats / hcat6.hs
diff --git a/ghc/misc/examples/cats/hcat6.hs b/ghc/misc/examples/cats/hcat6.hs
deleted file mode 100644 (file)
index ce9b4e6..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-module Main (mainPrimIO) where
-
-import PreludePrimIO
-
-mainPrimIO :: PrimIO ()
-mainPrimIO
-  = _casm_
-    ``do { int c;
-    while ((c = getchar()) != EOF) {
-        putchar(c);
-    }} while (0);
-    %r = 1;'' -- pretend we have a "result"
-    `thenPrimIO` \ (I# _) ->
-    returnPrimIO ()
-
--- 1,955,134 bytes/sec ( 600KB input)
--- 1,989,892 bytes/sec ( 9.3MB input)
--- 1,871,706 bytes/sec (25.5MB input)