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

jove.notebook.package.scala Maven / Gradle / Ivy

The newest version!
package jove

import org.http4s.{Response, Request}

import scalaz.concurrent.Task

package object notebook {

  type Plan = PartialFunction[Request, Task[Response]]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy