Packages

p

gql

std

package std

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

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

Value Members

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

Ungrouped