static bool canSimpleMatchTriple_dollarVars(T3 pat, T3 t) { if (pat == null || t == null) false; ret simpleMatchTriple_dollarVars(pat.a, pat.b, pat.c, t) != null; } static bool canSimpleMatchTriple_dollarVars(Symbol patA, Symbol patB, Symbol patC, T3 t) { ret simpleMatchTriple_dollarVars(patA, patB, patC, t) != null; }