Class Ast.ListPat

Enclosing class:
Ast

public static class Ast.ListPat extends Ast.Pat
List pattern, the pattern analog of the Ast.ListExp expression.

For example, "[x, y]" in "fun sum [x, y] = x + y".