Class Ast.TuplePat

Enclosing class:
Ast

public static class Ast.TuplePat extends Ast.Pat
Tuple pattern, the pattern analog of the Ast.Tuple expression.

For example, "(x, y)" in "fun sum (x, y) = x + y".