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

vault.package.scala Maven / Gradle / Ivy

There is a newer version: 0.5.2
Show newest version
import scalaz._, Scalaz._, concurrent._
import java.sql.Connection

package object vault {
  type Context__[+A] = WriterT[Task, DbHistory, A]
  type Context_[+A] = DbValueT[Context__, A]
  type Context[+A] = ReaderT[Context_, Connection, A]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy