[][src]Type Definition lifted::types::PairRight

type PairRight<T> = K2P1_2<PairC, T>;

A (*, T) type constructor.

The (*, T) type constructor has kind * -> *.

Trait Implementations

impl<T> Functor for PairRight<T>[src]