You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following program:
f :: ((forall x. Bool) -> Int) -> Bool -> Int
f x = x
causes HEAD to crash with pattern match failure. Fix seems straightforward
(remove @(LvVar _) in RankN.hs:1343).
Original issue reported on code.google.com by krz.gogo...@gmail.com on 7 Feb 2011 at 2:29
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
krz.gogo...@gmail.com
on 7 Feb 2011 at 2:29The text was updated successfully, but these errors were encountered: