AForest

libretto.lambda.AForest
See theAForest companion trait
object AForest

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
AForest.type

Members list

Type members

Classlikes

case class Empty[->[_, _], <*>[_, _], A]() extends AForest[->, <*>, A, A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AForest[->, <*>, A, A]
class Object
trait Matchable
class Any
Show all
object Focused

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Focused.type
sealed trait Focused[->[_, _], <*>[_, _], F[_], X, B]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class At[->, <*>, F, X, Y, G]
class IntoNode[->, <*>, FO, FI, X, P, Y, GO]
case class Node[->[_, _], <*>[_, _], A, X, B](value: A -> X, children: AForest[->, <*>, X, B]) extends NonEmpty[->, <*>, A, B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NonEmpty[->, <*>, A, B]
trait AForest[->, <*>, A, B]
class Object
trait Matchable
class Any
Show all
sealed trait NonEmpty[->[_, _], <*>[_, _], A, B] extends AForest[->, <*>, A, B]

Attributes

Supertypes
trait AForest[->, <*>, A, B]
class Object
trait Matchable
class Any
Known subtypes
class Node[->, <*>, A, X, B]
class Par[->, <*>, A1, A2, B1, B2]
case class Par[->[_, _], <*>[_, _], A1, A2, B1, B2] extends NonEmpty[->, <*>, A1 <*> A2, B1 <*> B2]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NonEmpty[->, <*>, A1 <*> A2, B1 <*> B2]
trait AForest[->, <*>, A1 <*> A2, B1 <*> B2]
class Object
trait Matchable
class Any
Show all
object Punched

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Punched.type
sealed trait Punched[->[_, _], <*>[_, _], F[_], G[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Fst[->, <*>, F, A2, G, B2]
class Id[->, <*>]
class Snd[->, <*>, A1, F, B1, G]

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def par[->[_, _], <*>[_, _], A1, A2, B1, B2](f1: AForest[->, <*>, A1, B1], f2: AForest[->, <*>, A2, B2]): AForest[->, <*>, A1 <*> A2, B1 <*> B2]