Package

higherkindness.droste.data

list

Permalink

package list

Visibility
  1. Public
  2. All

Type Members

  1. final case class ConsF[A, B](head: A, tail: B) extends ListF[A, B] with Product with Serializable

    Permalink
  2. sealed trait ListF[+A, +B] extends AnyRef

    Permalink

Value Members

  1. object ListF

    Permalink
  2. object NilF extends ListF[Nothing, Nothing] with Product with Serializable

    Permalink

Ungrouped