Skip to content

Instantly share code, notes, and snippets.

View underspecified's full-sized avatar

Eric Nichols underspecified

  • Honda Research Institute Japan
  • Wako, Japan
View GitHub Profile
import scalaz.stream._
import scalaz.concurrent.Task
object ChunkTest {
def main(args: Array[String]): Unit = {
def expensive[T](x:T): T = {
println(s"EXPENSIVE! $x")
x