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
{{ message }}
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.
geotrellis-gdal-master\gdal\src\main\scala\geotrellis\gdal\GDAL.scala:106: error: no type parameters for method foldLeftM: (f: (Option[org.gdal.gdal.Dataset], (geotrellis.gdal.GDALWarpOptions, Int)) => G[Option[org.gdal.gdal.Dataset]])(implicit G: cats.Monad[G])G[Option[org.gdal.gdal.Dataset]] exist so that it can be applied to arguments ((Option[org.gdal.gdal.Dataset], (geotrellis.gdal.GDALWarpOptions, Int)) => Product with Serializable with scala.util.Either[Option[org.gdal.gdal.Dataset],Option[org.gdal.gdal.Dataset]])
The text was updated successfully, but these errors were encountered:
Error:(106, 44) no type parameters for method foldLeftM: (f: (Option[org.gdal.gdal.Dataset], (geotrellis.gdal.GDALWarpOptions, Int)) => G[Option[org.gdal.gdal.Dataset]])(implicit G: cats.Monad[G])G[Option[org.gdal.gdal.Dataset]] exist so that it can be applied to arguments ((Option[org.gdal.gdal.Dataset], (geotrellis.gdal.GDALWarpOptions, Int)) => Product with Serializable with scala.util.Either[Option[org.gdal.gdal.Dataset],Option[org.gdal.gdal.Dataset]])
--- because ---
argument expression's type is not compatible with formal parameter type;
found : (Option[org.gdal.gdal.Dataset], (geotrellis.gdal.GDALWarpOptions, Int)) => Product with Serializable with scala.util.Either[Option[org.gdal.gdal.Dataset],Option[org.gdal.gdal.Dataset]]
required: (Option[org.gdal.gdal.Dataset], (geotrellis.gdal.GDALWarpOptions, Int)) => ?G[Option[org.gdal.gdal.Dataset]]
list.zipWithIndex.reverse.foldLeftM(Option.empty[Dataset]) { case (acc, (_, idx)) =>
The text was updated successfully, but these errors were encountered: