183 def onFileSystemError(views: Set[AFile], err: FileSystemError): Free[S, FileSystemError \/ Unit] =
184 fsErrorPath.getOption(err).exists(_ === dst)
185 .fold(err.left[Unit].point[Free[S, ?]], moveAll(views).run)
Line 184 generates 1039 lines of output under -Xlog-implicits, which break down as follows:
720 is not a valid implicit value for scalaz.Order[A] because:
147 is not a valid implicit value for scalaz.Equal[T] because:
147 is not a valid implicit value for scalaz.Equal[A] because: