Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ByteString: Add decodeBase16' :: Text -> Either Text ByteString #20

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

shlevy
Copy link
Contributor

@shlevy shlevy commented Oct 4, 2022

This is the proper inverse of encodeBase16, and Text is a more semantically appropriate type for a hash string.

This is the proper inverse of encodeBase16, and Text is a more
semantically appropriate type for a hash string.
@emilypi
Copy link
Owner

emilypi commented Oct 4, 2022

Sure, this is fine. Feel free to merge on green

@emilypi emilypi merged commit f599b37 into emilypi:master Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants