ArrowSyntax

trait ArrowSyntax extends ToArrowOps
trait Serializable
class Object
trait Matchable
class Any
trait AllSyntax
object implicits
object all
object arrow

Implicits

Inherited implicits

implicit def toArrowOps[F[_, _], A, B](target: F[A, B])(tc: Arrow[F]): Ops[F, A, B] { type TypeClassType = Arrow[F]; }
Inherited from
ToArrowOps