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

Functions taking a custom record parser #78

Closed
wants to merge 1 commit into from

Conversation

thoferon
Copy link
Contributor

@thoferon thoferon commented Mar 8, 2015

decodeWith' and decodeByNameWith' take a parser function instead of using the
one provided by the FromRecod / FromNamedRecord instances.

See issue #77

decodeWith' and decodeByNameWith' take a parser function instead of using the
one provided by the FromRecod / FromNamedRecord instances.
@jb55
Copy link

jb55 commented Oct 14, 2015

Ah this is exactly what I need, any plans on getting this or something similar in @tibbe ? This should close #67 no?

@jb55
Copy link

jb55 commented Oct 14, 2015

I guess the incremental parsers would need updating as well.

@jb55
Copy link

jb55 commented Oct 14, 2015

Just updated the incremental ones here https://github.com/jb55/cassava/commits/typeclassless

Going to use this api in my projects + pipes-csv a bit first to try it out. Also any other comments/suggestions will be helpful to get this ball rolling.

@hvr
Copy link
Collaborator

hvr commented Jun 15, 2017

subsumed by #105

@hvr hvr closed this Jun 15, 2017
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.

4 participants