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

tofu.Void.scala Maven / Gradle / Ivy

The newest version!
package tofu

final abstract class Void {
  def absurd[A]: A
}

object Void {
  def fromNothing(n: Nothing): Void = n
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy