tmccarthy / bfect

Some bifunctor IO type classes
Apache License 2.0
21 stars 2 forks source link

Add Bifunctor, BifunctorMonad and BifunctorMonadError instances for EitherT[F] #16

Closed jchapuis closed 3 years ago

jchapuis commented 3 years ago

Just a simple set of instances, easy to write now that we have an invariant type parameter

tmccarthy commented 3 years ago

Thanks @jchapuis ! I'll incorporate this into the upcoming release.