Merge remote-tracking branch 'origin/gh-269-ghc-8.10' into imports-sorted

pull/325/head
Joe Hermaszewski 2020-11-20 22:20:52 +08:00
commit f67e72e82c
2 changed files with 0 additions and 15 deletions

View File

@ -473,13 +473,6 @@ foo n = case n of
bar n = case n of bar n = case n of
(-2, -2) -> (-2, -2) (-2, -2) -> (-2, -2)
#test issue 48 a
foo =
let a = b@1
cccc = ()
in foo
#test issue 48 b #test issue 48 b
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeApplications #-}

View File

@ -1409,14 +1409,6 @@ foo n = case n of
bar n = case n of bar n = case n of
(-2, -2) -> (-2, -2) (-2, -2) -> (-2, -2)
#test issue 48 a
foo =
let
a = b@1
cccc = ()
in foo
#test issue 48 b #test issue 48 b
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeApplications #-}