We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ghcjs-base/GHCJS/Marshal/Internal.hs
Line 220 in e9e9e36
I believe a Nothing case just needs to be added, if this is correct I can submit a patch.
Nothing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the below:
On generic serialization with a product type that contains a list. There is a partial pattern match here that I believe might be responsible.
ghcjs-base/GHCJS/Marshal/Internal.hs
Line 220 in e9e9e36
I believe a
Nothing
case just needs to be added, if this is correct I can submit a patch.The text was updated successfully, but these errors were encountered: