BiInjective

libretto.lambda.util.BiInjective$
See theBiInjective companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[F[_, _]](using BiInjective[F]): BiInjective[F]

Extensions

Extensions

extension [F[_, _], A, B, X, Y](ev: F[A, B] =:= F[X, Y])
def biSubst[G[_, _]](g: G[A, B])(implicit inj: BiInjective[F]): G[X, Y]