unifyWith

infix fun Term.unifyWith(other: Term): Term?

Computes the unified term resulting from unifying this with other, using the default strategy.