Companion
Functions
Makes another unification strategy cached, by letting memorising the most recent terms unified through it
Creates naive, empty unification strategy, that checks Terms identity through their Term.equals methods, except in the case of numbers which are compared by value
Creates naive unification strategy, with the given context, that checks Terms identity through their Term.equals methods, except in the case of numbers which are compared by value
Creates naive unification strategy, that checks Terms identity through their Term.equals methods
Creates naive unification strategy, with the given context, that checks Terms identity through their Term.equals methods
Properties
The default unification strategy that uses plain equals to determine Terms identity, and exploits an LRU cache whose capacity is DEFAULT_CACHE_CAPACITY