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
[error] .../fingers/fingers-core/src/main/scala/fingers/core/FingerTree.scala:45:typemismatch;
[error] found : List[?X1] where type?X1<:X (this is a GADT skolem)
[error] required: List[X]
[error] caseNil| _ ::Nil=>thrownewIllegalArgumentException("not enough elements for nodes")
[error] ^
This error occurs when building fingers with Scala 2.11.8. However the same source code compiles with Scala 2.12.1.
The text was updated successfully, but these errors were encountered:
This error occurs when building
fingers
with Scala 2.11.8. However the same source code compiles with Scala 2.12.1.The text was updated successfully, but these errors were encountered: