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

dc10.scala.Error.scala Maven / Gradle / Ivy

The newest version!
package dc10.scala

type ErrorF[A] = Either[List[Error], A]

case class Error(msg: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy