strict

fun strict(context: Substitution): Unificator

Creates naive unification strategy, with the given context, that checks Terms identity through their Term.equals methods

fun strict(): Unificator

Creates naive unification strategy, that checks Terms identity through their Term.equals methods