Packages

p

quasar.fp

tree

package tree

"Generic" types for building partially-constructed trees in some "functorized" type.

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

Type Members

  1. type Binary[F[_]] = Free[F, BinaryArg]

    A tree structure with two kinds of holes.

    A tree structure with two kinds of holes. See BinaryOps.eval.

  2. trait BinaryArg extends AnyRef
  3. implicit class BinaryOps[F[_]] extends AnyRef
  4. type Ternary[F[_]] = Free[F, TernaryArg]

    A tree structure with three kinds of holes.

    A tree structure with three kinds of holes. See TernaryOps.eval.

  5. trait TernaryArg extends AnyRef
  6. implicit class TernaryOps[F[_]] extends AnyRef
  7. type Unary[F[_]] = Free[F, UnaryArg]

    A tree structure with one kind of hole.

    A tree structure with one kind of hole. See UnaryOps.eval.

  8. trait UnaryArg extends AnyRef
  9. implicit class UnaryOps[F[_]] extends AnyRef

Value Members

  1. object Binary
  2. object BinaryArg
  3. object Ternary
  4. object TernaryArg
  5. object Unary
  6. object UnaryArg

Inherited from AnyRef

Inherited from Any

Ungrouped