[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds023.hs
diff --git a/ghc/compiler/tests/deSugar/ds023.hs b/ghc/compiler/tests/deSugar/ds023.hs
deleted file mode 100644 (file)
index ecd6e13..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
---!!! ds023 -- overloading eg from section 9.2
---
-module Tests where
-
-f x    = g (x == x) x
-g b x  = abs (f x)
---g b x        = (f x) + (f x)