Package

qq

droste

Permalink

package droste

Linear Supertypes
AnyRef, Any
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 Gather[F[_], S, A] = (A, F[S]) ⇒ S

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

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

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

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

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

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

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

    Permalink

Value Members

  1. package reftree

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped