haskell / attoparsec

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

attoparsec.cabal: expose Data.Attoparsec.Internal{,.Types} #90

Closed liyang closed 9 years ago

liyang commented 9 years ago

I kinda made a thing for bitstream, but it needs access to abovementioned internal modules to implement a new primitive parser.

Sort-of related: #2. Would you reconsider exposing attoparsec's innards?