[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds030.hs
diff --git a/ghc/compiler/tests/deSugar/ds030.hs b/ghc/compiler/tests/deSugar/ds030.hs
deleted file mode 100644 (file)
index 7abc4d8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
---!!! ds030: checks that types substituted into binders
---
-module Test where
-
-f x = case x of [] -> (3::Int) ; _ -> (4::Int)