Lst

object Lst
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Lst.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply[A](as: A*): Lst[A]
@inline
def empty[A]: Lst[A]
@inline
def maybe[A](a: Option[A]): Lst[A]
@inline
def singleton[A](a: A): Lst[A]

Implicits

Implicits

implicit val catenable: Catenable[Lst]
implicit def monoid[A]: Monoid[Lst[A]]
implicit def plusEmptyT[F[_]]: PlusEmpty[[α] =>> Lst[F[α]]]
implicit val traverse: Traverse[Lst]