-
Notifications
You must be signed in to change notification settings - Fork 4
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
Documentation tweaks #19
Comments
Also:
|
These have been addressed in #26 |
In the READMEλ> Just vals = parseMaybe safeFromJSON/parseJSON incomingJSON :: Maybe [Value] This part makes no sense: in the example, Just remove this line. |
No, no it's not. It's |
This is the only thing in this issue that is still a "to do", but I want to test this out before removing it in the comments. |
The test functions like
migrateRoundTripProp
don't need a second type application.Adjust examples, but note that adding the second type gives guarantee it's migrating from the right type.
The text was updated successfully, but these errors were encountered: