Package

freestyle

Permalink

package freestyle

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

Type Members

  1. type FSHandler[F[_], G[_]] = FunctionK[F, G]

    Permalink
    Annotations
    @implicitNotFound( ... )
  2. type FreeS[F[_], A] = Free[[β$0$]FreeApplicative[F, β$0$], A]

    Permalink
  3. type ParInterpreter[F[_], G[_]] = FunctionK[[β$1$]FreeApplicative[F, β$1$], G]

    Permalink
    Annotations
    @implicitNotFound( ... )
  4. type ParOptimizer[F[_], G[_]] = FunctionK[[β$1$]FreeApplicative[F, β$1$], [β$2$]Free[[β$0$]FreeApplicative[G, β$0$], β$2$]]

    Permalink
  5. trait TaglessEffectLike[F[_]] extends AnyRef

    Permalink
  6. macro class tagless extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... )

Value Members

  1. implicit def freeSPar2Seq[F[_], A](fa: Par[F, A]): FreeS[F, A]

    Permalink
  2. object taglessImpl

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped