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
Thanks for the report. I note that map (+ 1) . map (+ 2) gets the correct suggestion of map ((+ 1) . (+ 2)) so there must be something a bit funky with just that suggestion... I'll investigate.
Thanks! We have to deal with sections properly, and we were in remParen, but not fromParen or fromParen1. I made the latter two delegate to remParen, so hopefully fixed now.
HLint will suggest turning
flip (,) (+ 1)
into(, + 1)
, which is invalid. It should instead turn it into(, (+ 1))
.The text was updated successfully, but these errors were encountered: