dmwit / universe

Classes for types where we know all the values
BSD 3-Clause "New" or "Revised" License
37 stars 17 forks source link

container instances #20

Closed phadej closed 8 years ago

phadej commented 8 years ago

Seems there is https://github.com/dmwit/universe/blob/32f1d4cf97a4699f60f2e5ede0415ce7502f3cd6/instances/containers/Data/Universe/Instances/Containers.hs but it's not done. I might need Set instance soon.

What about unordered-containers ? could they live in universe-instances-containers or would you prefer universe-instances-unordered-containers, @dmwit?

dmwit commented 8 years ago

I'm fine with either. I have a slight preference for the universe-instances-<pkgname> convention: it is consistent, and easily predictable for users who want to carefully manage their dependencies.

dmwit commented 8 years ago

...scratch that, it doesn't seem like I've been following that convention at all. Just "containers" seems fine.