[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds008.hs
diff --git a/ghc/tests/deSugar/should_compile/ds008.hs b/ghc/tests/deSugar/should_compile/ds008.hs
deleted file mode 100644 (file)
index 73707ed..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
--- !!! ds008 -- free tyvars on RHSs
---
--- these tests involve way-cool TyApps
-
-module ShouldCompile where
-
-f x = []
-
-g x = (f [],[],[],[])
-
-h x = g (1::Int)