Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Non-exhaustive in GFromJSArr instance #64

Open
dmjio opened this issue Jul 25, 2016 · 0 comments
Open

Non-exhaustive in GFromJSArr instance #64

dmjio opened this issue Jul 25, 2016 · 0 comments
Labels

Comments

@dmjio
Copy link

dmjio commented Jul 25, 2016

Getting the below:

Progress: 1/2
GHCJS/Marshal/Internal.hs:(219,5)-(224,40): Non-exhaustive patterns in case

On generic serialization with a product type that contains a list. There is a partial pattern match here that I believe might be responsible.

Just (a',an) -> do

I believe a Nothing case just needs to be added, if this is correct I can submit a patch.

@dmjio dmjio changed the title Non-exhaustive in GFromJSArr Non-exhaustive in GFromJSArr instance Jul 25, 2016
@mgsloan mgsloan added the bug label Jul 25, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants