-
Notifications
You must be signed in to change notification settings - Fork 64
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
Bug: PValue needs some outer unionWith, breaks PEq #603
Comments
Might also be that I'm slightly incorrect here, double-checking rn. But in any case there's undefined behaviour without some way to specify default values. |
So on my Plutarch version it's broken, verified it - sparing you the details until I unfuck my attempt to use nix. My version was from around August. Will let you know if it persists, but would assume you fixed it as you seemed aware of the issue. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now it relies on AssocMap's unionWith, which drops keys that are not present in both maps. This breaks a couple of things:
The text was updated successfully, but these errors were encountered: