libretto.util.ForAll.scala Maven / Gradle / Ivy
The newest version!
package libretto.util
trait ForAll[+F[_]] {
def apply[A]: F[A]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package libretto.util
trait ForAll[+F[_]] {
def apply[A]: F[A]
}