[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc082.hs
diff --git a/ghc/compiler/tests/typecheck/should_succeed/tc082.hs b/ghc/compiler/tests/typecheck/should_succeed/tc082.hs
deleted file mode 100644 (file)
index f2ccb36..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---!!! tc082: an instance for functions
---
-module N where
-
-class Normal a
-       where
-       normal :: a -> Bool
-
-instance Normal ( a -> b ) where
-       normal _ = True
-
-f x = normal id