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
Vector doesn't have a Monoid, which would allow it to be used as a log in a Writer. It also doesn't have an Order. The two type classes are brought in from algebra and defined side-by-side for List:
@davegurnell sorry for the long delay, but I think this was fixed in #1001 and should be in the most recent release. I'm going to go ahead and close this out. Please feel free to reopen it if I've missed anything.
Vector
doesn't have aMonoid
, which would allow it to be used as a log in aWriter
. It also doesn't have anOrder
. The two type classes are brought in from algebra and defined side-by-side forList
:https://github.com/typelevel/cats/blob/master/core/src/main/scala/cats/std/list.scala#L68-L69
This is potentially related to typelevel/algebra#50, which would add the relevant type classes to algebra.
The text was updated successfully, but these errors were encountered: