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
The unpackCStringUtf8 is not in notInClass itself, but seems to be the result from notInClass using String as input. Also i doubt whether a list type like String is the best choice here.
The text was updated successfully, but these errors were encountered:
Indeed, this sounds like some nice low-hanging fruit. It would be good to introduce a RULE to rewrite notInClass (unpackCStringUtf8# "..."#) into something a bit more sensible.
https://hackage.haskell.org/package/attoparsec-0.13.2.2/docs/Data-Attoparsec-ByteString.html#v:notInClass
When looking at core i saw the following:
The
unpackCStringUtf8
is not innotInClass
itself, but seems to be the result fromnotInClass
usingString
as input. Also i doubt whether a list type like String is the best choice here.The text was updated successfully, but these errors were encountered: