cdornan / fmt

New formatting library
BSD 3-Clause "New" or "Revised" License
56 stars 6 forks source link

Decode16 in fmt #16

Closed DanielRrr closed 6 years ago

DanielRrr commented 6 years ago

Is it real to implement decode16 function (see the link below) from base16 library using fmt features?

https://hackage.haskell.org/package/base16-bytestring-0.1.1.6/docs/Data-ByteString-Base16.html

neongreen commented 6 years ago

No, because we only do data encoding, not decoding.