Ran

object Ran
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def fromRan[K[_], G[_], H[_], B](kran: [A] => (x$1: K[A]) => Ran[G, H, A])(kgb: K[G[B]]): H[B]
def toRan[K[_], G[_], H[_], B](nat: [A] => (x$1: K[G[A]]) => H[A])(kb: K[B])(using Functor[K]): Ran[G, H, B]