Zippable

libretto.lambda.util.Zippable
trait Zippable[|*|[_, _], F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Cartesian[|*|, F]
trait Applicative[F]
trait Monad[F]

Members list

Concise view

Value members

Abstract methods

def zip[A, B](fa: F[A], fb: F[B]): F[A |*| B]