[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds-wildcard.stderr
diff --git a/ghc/compiler/tests/deSugar/ds-wildcard.stderr b/ghc/compiler/tests/deSugar/ds-wildcard.stderr
deleted file mode 100644 (file)
index 07da869..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-================================================================================
-Desugared:
-Rec {
-x{-r1,x-}  :: 
-    _forall_ [t{-amE-}] => t{-amE-}
-{-# L #-}
-x{-r1,x-} =
-    _/\_ t{-amE-} ->
-       _letrec_ {
-         x_amC  :: 
-             t{-amE-}
-         {-# L #-}
-         x_amC =
-             x_amC;
-       } in 
-         x_amC
-end Rec }