convert method

Canonical convert(
  1. Term term
)

Implementation

Canonical convert(Term term) {
  return normaliseTerm('  ', term);
}