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

checklist.package.scala Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
import cats.data.{Ior, NonEmptyList}

package object checklist {
  type Messages   = NonEmptyList[Message]
  type Checked[A] = Messages Ior A
  type Rule1[A]   = Rule[A, A]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy