haskell / base16-bytestring

Fast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.
Other
27 stars 10 forks source link

Fix Lazy decoding #8

Closed tvh closed 6 years ago

tvh commented 6 years ago

This fixes #5 and #7.

hvr commented 6 years ago

This looks almost like the version I came up with (except I went for two mutually recursive functions to avoid the Maybe)... you could have said you were working on this so I could have worked on something else instead... ;-)

hvr commented 6 years ago

Thanks btw!