shims icon indicating copy to clipboard operation
shims copied to clipboard

Seamless interop layer between cats and scalaz

Results 14 shims issues
Sort by recently updated
recently updated
newest added

Requires removing the macro (which only exists to work around bugs in NSC). Shouldn't actually be all that hard to do.

To reproduce: ```scala import scalaz._, Scalaz._, shims._ Monad[Id] ``` Result: ``` :26: error: ambiguous implicit values: both method flatMapToScalaz in trait FlatMapConversions of type [F[_]](implicit FC: shims.util.Capture[cats.FlatMap[F]])scalaz.BindRec[F] with shims.conversions.Synthetic and...

bug