Packages

p

gql

std

package std

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ExtT[F[_]] extends AnyRef

    A datatype to circumvent https://github.com/lampepfl/dotty/issues/14790#issuecomment-1079965993

  2. final case class ExtTImpl[F[_], A0](fa: F[A0]) extends ExtT[F] with Product with Serializable
  3. sealed abstract class FreeApply[F[_], +A] extends Product with Serializable

    FreeApply is a Free Applicative, but witout pure.

    FreeApply is a Free Applicative, but witout pure. It has an Apply instance.

  4. trait LowPriorityLzy extends AnyRef
  5. trait LowPrioritySourcedImplicits extends AnyRef
  6. final case class Lzy[A](eval: Eval[A]) extends AnyVal with Product with Serializable
  7. final case class Sourced[A](value: A, position: SourcePos) extends Product with Serializable

Value Members

  1. object ExtT
  2. object FreeApply extends Serializable
  3. object Lzy extends LowPriorityLzy with Serializable
  4. object Sourced extends LowPrioritySourcedImplicits with Serializable

Ungrouped