-
Notifications
You must be signed in to change notification settings - Fork 156
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
MapMember and NotMapMember #3386
MapMember and NotMapMember #3386
Conversation
a046872
to
f43847e
Compare
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Ast.hs
Outdated
Show resolved
Hide resolved
22c95ba
to
9bd0240
Compare
f43847e
to
c76e8dc
Compare
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.
A few issues to deal with we want the pair (k,v) to be in Map.toList m
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Ast.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Ast.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Rewrite.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Solver.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Solver.hs
Outdated
Show resolved
Hide resolved
75469d5
to
65e9dcd
Compare
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.
we need to fix the solving for MapMember when the map is known. The answer then are then some sort of lookup.
Description
Implementation of
MapMember
andNotMapMember
predicates.Checklist
CHANGELOG.md
for affected package.cabal
files are updatedfourmolu
(usescripts/fourmolize.sh
)scripts/cabal-format.sh
)hie.yaml
has been updated (usescripts/gen-hie.sh
)