(Type t)
| 554 | } |
| 555 | |
| 556 | private static String brace(Type t) { |
| 557 | if(t.shape() < 2) { |
| 558 | return "(" + t + ")"; |
| 559 | } else { |
| 560 | return t.toString(); |
| 561 | } |
| 562 | } |
| 563 | |
| 564 | // private String foundBindingsString(Collection<? extends Binding> candidates) { |
| 565 | // ArrayList<String> candidateStrings = new ArrayList<>(); |
no test coverage detected