# Functions
Ap applies on the head value.
ApHead applies on the head value.
Applicative implements the applicative operations for [Pair].
ApplicativeHead implements the applicative operations for [Pair].
ApplicativeTail implements the applicative operations for [Pair].
ApTail applies on the Tail value.
BiMap maps both values.
Chain chains on the head value.
ChainHead chains on the head value.
ChainTail chains on the Tail value.
Constructs an equal predicate for an `Either`.
FromStrictEquals constructs an [EQ.Eq] from the canonical comparison function.
FromTuple creates a [Pair] from a [T.Tuple2].
Functor implements the functor operations for [Pair].
FunctorHead implements the functor operations for [Pair].
FunctorTail implements the functor operations for [Pair].
Head returns the head value of the pair.
MakePair creates a [Pair] from two values.
Map maps the head value.
MapHead maps the head value.
MapTail maps the Tail value.
No description provided by the author
Monad implements the monadic operations for [Pair].
MonadAp applies on the head value.
MonadApHead applies on the head value.
MonadApTail applies on the Tail value.
MonadBiMap maps both values.
MonadChain chains on the head value.
MonadChainHead chains on the head value.
MonadChainTail chains on the Tail value.
MonadHead implements the monadic operations for [Pair].
MonadMap maps the head value.
MonadMapHead maps the head value.
MonadMapTail maps the Tail value.
MonadTail implements the monadic operations for [Pair].
Of creates a [Pair] with the same value to to both fields.
Paired converts a function with 2 parameters into a function taking a [Pair] The inverse function is [Unpaired].
Pointed implements the pointed operations for [Pair].
PointedHead implements the pointed operations for [Pair].
PointedTail implements the pointed operations for [Pair].
Swap swaps the two channels.
Tail returns the head value of the pair.
ToTuple creates a [T.Tuple2] from a [Pair].
Unpaired converts a function with a [Pair] parameter into a function with 2 parameters The inverse function is [Paired].
# Type aliases
No description provided by the author