int arity(node T)
import Node;
rascal>import Node; ok rascal>arity("f"(10, "abc")); int: 2 rascal>arity("f"(10, "abc", false)); int: 3