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
I know "either error" may not be that great, but can there be some convenience functions like csvToMap :: [Map.Map T.Text T.Text] and the like (for other types) to make the parser have one less point of friction if one doesn't mind an opinionated type?
The text was updated successfully, but these errors were encountered:
In almost every program I use
cassava
with, I have this definition:I know "either error" may not be that great, but can there be some convenience functions like
csvToMap :: [Map.Map T.Text T.Text]
and the like (for other types) to make the parser have one less point of friction if one doesn't mind an opinionated type?The text was updated successfully, but these errors were encountered: