ParN

libretto.lambda.ParN
See theParN companion trait
object ParN

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ParN.type

Members list

Type members

Classlikes

case class Single[[_, _], Nil, ->[_, _], A, B](value: A -> B) extends ParN[, Nil, ->, Nil A, Nil B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParN[, Nil, ->, Nil A, Nil B]
class Object
trait Matchable
class Any
Show all
case class Snoc[[_, _], Nil, ->[_, _], A1, A2, B1, B2](init: ParN[, Nil, ->, A1, B1], last: A2 -> B2) extends ParN[, Nil, ->, A1 A2, B1 B2]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParN[, Nil, ->, A1 A2, B1 B2]
class Object
trait Matchable
class Any
Show all