Packages

p

tofu

lift

package lift

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait IsoK[F[_], G[_]] extends AnyRef

    bidirectional transformation

  2. trait Lift[F[_], G[_]] extends AnyRef
  3. trait LowPriorRebase extends AnyRef
  4. trait Rebase[U[_[_]]] extends AnyRef
  5. trait Unlift[F[_], G[_]] extends Lift[F, G] with ContextBase

    Embedded transformation.

    Embedded transformation. Can be used instead of a direct F ~> G. Especially useful one is UnliftIO, a replacement for the Effect typeclass.

Value Members

  1. object IsoK
  2. object Lift extends LiftInstances1
  3. object Rebase extends LowPriorRebase
  4. object Unlift

Ungrouped