[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds021.hs
diff --git a/ghc/compiler/tests/deSugar/ds021.hs b/ghc/compiler/tests/deSugar/ds021.hs
deleted file mode 100644 (file)
index f7e9392..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---!!! ds021 -- hairier uses of guards
-
-module Test where
-
-f x y z | x == y     = []
-       | x /= z     = []
-       | True       = []
-       | False      = []