English
Appearance
Represents a pattern matching a list structure.
sum (x:xs) = x + sum xs
new ListPattern(elements, loc?): ListPattern
elements
loc?
ListPattern
Pattern
SourceLocation
ASTNode.constructor