Remove broken test case

pull/324/head
Taylor Fausak 2020-11-20 08:53:08 -05:00 committed by GitHub
parent 71e7f52014
commit d00387d156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

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 #-}