match

open fun match(    term1: <ERROR CLASS>,     term2: <ERROR CLASS>,     occurCheckEnabled: Boolean): Boolean

Tells whether two Terms match each other, that is there's a Most General Unifier for them


open fun match(term1: <ERROR CLASS>, term2: <ERROR CLASS>): Boolean

Tells whether two Terms match each other, that is there's a Most General Unifier for them. It performs unification with occur check