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
Not sure what's the fate of floskell with haskell-src-exts being unmaintained, still raising this issue.
It cannot parse this:
{-# RULES "zipWithM xs xs"
forall f xs. zipWithM @Identity f xs xs = mapM (\x -> f x x) xs #-}
Fails with this error:
floskell: src/Streamly/Internal/Data/Stream/StreamD.hs:4059:69: Parse error in expression: zipWithM@Identity
CallStack (from HasCallStack):
error, called at src/main/Main.hs:161:12 in main:Main
The text was updated successfully, but these errors were encountered:
harendra-kumar
changed the title
flsokell crashes on type applications in rules
floskell crashes on type applications in rules
May 10, 2020
Not sure what's the fate of floskell with haskell-src-exts being unmaintained, still raising this issue.
It cannot parse this:
Fails with this error:
The text was updated successfully, but these errors were encountered: