Missing parse function
Open
- 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
Assessment
This issue has not been assessed yet.