emilypi / emilypi/base64

Missing parse function

Open
#65 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
Haskell
Stars
38
Forks
13
PR merge metrics
No merged PRs in 30d

Description

Shouldn't there be a parse function? Given a base64 encoded string from the untyped world out there, do I really need to both check if its encoding is correct and then assert that it is correct? I looked for a function of type `a -> Either e (Base64 k a)` and `a -> Maybe (Base64 k a)` but couldn't find anything.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.