[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds050.hs
diff --git a/ghc/tests/deSugar/should_compile/ds050.hs b/ghc/tests/deSugar/should_compile/ds050.hs
deleted file mode 100644 (file)
index 4aa20a8..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-module ShouldCompile where
-
-data Q = Q {f :: forall a. a -> a}
-g1 = f
-g2 x = f x
-g3 x y = f x y