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

endless.endless.scala Maven / Gradle / Ivy

The newest version!
package object endless {

  /** Type alias for `Either`
    */
  type \/[A, B] = Either[A, B]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy