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

Add test suite #10

Open
treeowl opened this issue Sep 3, 2016 · 1 comment
Open

Add test suite #10

treeowl opened this issue Sep 3, 2016 · 1 comment

Comments

@treeowl
Copy link
Contributor

treeowl commented Sep 3, 2016

The easiest way to get started will probably be to build a clone of most of Data.Map using

newtype Map k v = Map (DMap (Const k) (Const v))

and then just copying large chunks of the Data.Map test suite out of containers.

The same approach should also help get benchmarks started.

@Wizek
Copy link

Wizek commented Apr 24, 2018

Would be nice, looking at tests for usage examples might have alleviated my issue with #16.

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