-
Notifications
You must be signed in to change notification settings - Fork 3
[CO 280] Switch to universum #8
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
Conversation
…y datatype that has different show instance than base one
bf37cb5 to
79ab4a5
Compare
79ab4a5 to
f5006bd
Compare
f25c7d2 to
6ca16a7
Compare
6ca16a7 to
5c85880
Compare
6a1050b to
e637a9a
Compare
ksaric
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than a single comment, LGTM.
We can merge this and I'll fix my PR #9 afterward.
| e <- quotedField | ||
| _ <- char ',' | ||
| _ <- char '"' | ||
| () <$ char ',' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this, it's really not that readable. There are two options:
- use the previous version -
_ <- char ',', which I prefer - use
void-void $ char ','
Description
Migrate the code to use universum
Linked Issues
https://iohk.myjetbrains.com/youtrack/issue/CO-280
Branched from this PR
Note
I did follow the migration guide written on the package document but I might have missed something. Please check carefully!