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
Intentionally, because I wasn't a big fan of shea's contribution in the first place and it doesn't meet my personal threshold for significance. He had a specific use case, but I'm reluctant to add it unless it's demonstrably similar for base64.
If we ignore the alphabet bits, then the API of https://hackage.haskell.org/package/base16-1.0/docs/Data-ByteString-Base16.html and https://hackage.haskell.org/package/base64-1.0/docs/Data-ByteString-Base64.html are pretty much the same save for there being no equivalent of
decodeBase16' :: Base16 Text -> ByteString
. This seems to happen for lazy/strict and for the url variant.Is this intentionally not present?
The text was updated successfully, but these errors were encountered: