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

full map support #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

full map support #31

wants to merge 2 commits into from

Conversation

uwiger
Copy link
Owner

@uwiger uwiger commented Oct 24, 2017

Closes #30

Maps turned out trickier than expected, since they have special ordering semantics for keys.
It was possible to accommodate for this by abusing some unused atom type bits.

The QuickCheck properties have been tweaked to hit the interesting cases for maps, and 10,000+ tests have been generated for each property (1 million+ for prop_sort.)

Support for prefixing has also been added. Wildcarding is not allowed in map keys, analogous to match specifications.

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

Successfully merging this pull request may close these issues.

1 participant