[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / programs / barton-mangler-bug / Bug.hs
diff --git a/ghc/tests/programs/barton-mangler-bug/Bug.hs b/ghc/tests/programs/barton-mangler-bug/Bug.hs
deleted file mode 100644 (file)
index 0f75dff..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-module Bug where
-
-data Eq a => Foo a = Foo { x :: a }
-
-foo :: Foo Int
-foo = Foo{}