MatchExpr
neotype.Calc.MatchExpr
final case class MatchExpr[A](expr: Calc[A], cases: List[CalcMatchCase[A]]) extends Calc[A]
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Calc
Attributes
- Inherited from:
- Calc
In this article