X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2FdeSugar%2Fds-wildcard.stderr;fp=ghc%2Fcompiler%2Ftests%2FdeSugar%2Fds-wildcard.stderr;h=0000000000000000000000000000000000000000;hb=29b46083beaa048af4b4a68e8f96909ac98a639f;hp=07da86992bdd44ab05e3d9bf20dc299faa16b4a6;hpb=3436a37c72644f82471a7d8c684d67438b86cc3a;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/deSugar/ds-wildcard.stderr b/ghc/compiler/tests/deSugar/ds-wildcard.stderr deleted file mode 100644 index 07da869..0000000 --- a/ghc/compiler/tests/deSugar/ds-wildcard.stderr +++ /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 }