Package

higherkindness

droste

Permalink

package droste

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. droste
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Algebra[F[_], A] = GAlgebra[F, A, A]

    Permalink
  2. type AlgebraM[M[_], F[_], A] = GAlgebraM[M, F, A, A]

    Permalink
  3. type CVAlgebra[F[_], A] = GAlgebra[F, Attr[F, A], A]

    Permalink
  4. type CVCoalgebra[F[_], A] = GCoalgebra[F, A, Coattr[F, A]]

    Permalink
  5. type Coalgebra[F[_], A] = GCoalgebra[F, A, A]

    Permalink
  6. type CoalgebraM[M[_], F[_], A] = GCoalgebraM[M, F, A, A]

    Permalink
  7. type Delay[F[_], G[_]] = FunctionK[F, [α]F[G[α]]]

    Permalink
  8. type Gather[F[_], S, A] = (A, F[S]) ⇒ S

    Permalink
  9. type RAlgebra[R, F[_], A] = GAlgebra[F, (R, A), A]

    Permalink
  10. type RAlgebraM[R, M[_], F[_], A] = GAlgebraM[M, F, (R, A), A]

    Permalink
  11. type RCoalgebra[R, F[_], A] = GCoalgebra[F, A, Either[R, A]]

    Permalink
  12. type RCoalgebraM[R, M[_], F[_], A] = GCoalgebraM[M, F, A, Either[R, A]]

    Permalink
  13. type Scatter[F[_], A, S] = (S) ⇒ Either[A, F[S]]

    Permalink
  14. type Trans[F[_], G[_], A] = GTrans[F, G, A, A]

    Permalink
  15. type TransM[M[_], F[_], G[_], A] = GTransM[M, F, G, A, A]

    Permalink

Value Members

  1. package laws

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped