haskell / attoparsec

A fast Haskell library for parsing ByteStrings
http://hackage.haskell.org/package/attoparsec
Other
514 stars 93 forks source link

Using `accursedUnutterablePerformIO` instead of reimplementing it in `Data.Attoparsec.Internal.Fhthagn` #188

Open vaibhavsagar opened 3 years ago

vaibhavsagar commented 3 years ago

Is there a reason we don't do this? I just tried it on a copy of this repository and it seemed to work okay.