You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing the import for the either allows it to compile. Also works with option's instances. Does not happen for some reason when importing all instances.
Here is the error gotten
[error] D:\DevProjects\Stable\Ore\ore\app\ZIODiveringTest.scala:7:8: diverging implicit expansion for type cats.Monad[scalaz.zio.UIO]
[error] starting with method monoidZManagedInstances in trait CatsZManagedInstances
[error] Monad[UIO]
[error] ^
The text was updated successfully, but these errors were encountered:
Scala will fail to compile code like this.
Removing the import for the either allows it to compile. Also works with option's instances. Does not happen for some reason when importing all instances.
Here is the error gotten
The text was updated successfully, but these errors were encountered: