Constructor

case class Constructor[Expr, Tag](tag: Tag, args: List[RawSkeleton[Expr, Tag]], hasGuard: Boolean) extends Skeleton[Expr, Tag]
trait Product
trait Equals
trait Skeleton[Expr, Tag]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def isTrivial: Boolean
Inherited from:
Skeleton
Source:
Skeleton.scala
Inherited from:
Product