[project @ 1997-09-24 11:08:42 by simonm]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds-wildcard.stderr
index 07da869..e69de29 100644 (file)
@@ -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 }