Class Ast.Con0Pat

Enclosing class:
Ast

public static class Ast.Con0Pat extends Ast.Pat
Type constructor pattern with no argument.

For example, in "fun nvl NIL = 0 | OPTION x = x", "NIL" is a zero-arg type constructor pattern.

See Also: