ekmett / pointed

pointed and copointed data
Other
23 stars 9 forks source link

More Pointed, Copointed instances #10

Closed RyanGlScott closed 9 years ago

RyanGlScott commented 9 years ago

I added several Pointed and Copointed instances I'd like to have in the library, namely:

From base:

From comonad:

From containers:

From unordered-containers:

From semigroups:

From semigroupoids:

From transformers:

ekmett commented 9 years ago

If these are urgent for you let me know and I can push out a release.

RyanGlScott commented 9 years ago

It's not urgent. The reason I'm going around making so many pull requests on your repos is because I'm eventually planning on making a mono-keys package which combines features of your packages (especially keys) with monomorphic equivalents from mono-traversable. There are a lot of instances that one package has but the other doesn't, so I need to get all packages to have the same instances before I get to work.

My next step is to add a bunch of instances to mono-traversable, which could take a while.