typelevel / scalaz-contrib

Interoperability libraries & additional data structures and instances for Scalaz
http://typelevel.org
MIT License
54 stars 16 forks source link

scala.concurrent.Future support with typeclasses expanded greatly. #1

Closed seanparsons closed 11 years ago

seanparsons commented 11 years ago

Lots more of the typeclasses, only main difference is that the object that extends FutureInstances is now called ScalazFuture, mostly because there's a method called "future" in the scalaz.concurrent package, which the original named collided with.

larsrh commented 11 years ago

I took the liberty to remove a bit of duplication, if you don't mind :-)

seanparsons commented 11 years ago

Not at all, seems sensible to me, although I'd unwrap that comment around the Copointed type as it doesn't read well now or rewrite it.