Skip to content
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

Laws for text map type classes? #196

Open
rossabaker opened this issue May 3, 2023 · 1 comment
Open

Laws for text map type classes? #196

rossabaker opened this issue May 3, 2023 · 1 comment

Comments

@rossabaker
Copy link
Member

Getter:
keys-get consistency: forAll { (carrier) => keys(carrier).forall(key => get(carrier, key).isDefined)?

Updater:
idempotence?: forAll { (carrier, k, v) => updated(carrier, k, v) === updated(updated(carrier, k, v), k, v)

@AprilAtBanno
Copy link
Contributor

at least currently, updater idempotence isn't true for Seq carriers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants