All Downloads are FREE. Search and download functionalities are using the official Maven repository.

geotrellis.logic.applicative.Pure.scala Maven / Gradle / Ivy

The newest version!
package geotrellis.logic.applicative

import geotrellis._
import geotrellis.process._

/**
 * This corresponds to Haskell's "pure" on Functor.
 */
case class Pure[Z:Manifest](z:Z) extends Op0[Z]({
  () => Result(z)
})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy