[project @ 1997-08-14 18:27:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / printing / Print003.hs
diff --git a/ghc/compiler/tests/printing/Print003.hs b/ghc/compiler/tests/printing/Print003.hs
deleted file mode 100644 (file)
index e95bd0c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-module Word where
-
-infixl 8 `bitLsh`, `bitRsh`
-
-class Bits a where
-       bitRsh, bitLsh :: a -> Int -> a