Constr

scalus.sir.SIR.Pattern.Constr
case class Constr(constr: ConstrDecl, bindings: List[String], typeParamsBindings: List[SIRType]) extends Pattern

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pattern
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def show: String

Attributes

Inherited from:
Pattern