X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FdeSugar%2Fshould_compile%2Fds-wildcard.stderr;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=a12162eaea28f3f617c578a7fa61f184050a4859;hp=07da86992bdd44ab05e3d9bf20dc299faa16b4a6;hpb=7c3d63b7e7e5d6f5de5b7ad718a9b689a7933084;p=ghc-hetmet.git diff --git a/ghc/tests/deSugar/should_compile/ds-wildcard.stderr b/ghc/tests/deSugar/should_compile/ds-wildcard.stderr index 07da869..e69de29 100644 --- a/ghc/tests/deSugar/should_compile/ds-wildcard.stderr +++ b/ghc/tests/deSugar/should_compile/ds-wildcard.stderr @@ -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 }