DefaultComparator

Implements the standard logic-term total order across any two Terms: variables order before numbers, which order before atoms, which order before structures. This is what backs Term.compareTo.

Functions

Link copied to clipboard
open override fun compare(a: Term, b: Term): Int