Choice

gql.arrow.DeclAlg$.Choice
final case class Choice[F[_, _], A, B, C](v: Var[Either[A, B]], bd: Var[A] => Free[[_] =>> DeclAlg[F, _$9], Var[C]], cd: Var[B] => Free[[_] =>> DeclAlg[F, _$10], Var[C]], ev: ArrowChoice[F], sp: SourcePos) extends DeclAlg[F, Var[C]]

Attributes

Source
Language.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DeclAlg[F, Var[C]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product