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

aecor.arrow.Invocation.scala Maven / Gradle / Ivy

There is a newer version: 0.19.0
Show newest version
package aecor.arrow

trait Invocation[M[_[_]], A] {
  def run[F[_]](mf: M[F]): F[A]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy