Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`AdditiveCollection` not defined for` Seq`? #725
Labels
Comments
|
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why isn't
AdditiveCollectiondefined forSeqitself? It makes it pretty much impossible to use sized Seqs, since all of the underlying methods require an AdditiveCollection type class.