valueOf

abstract fun valueOf(variable: Var): Term?

Returns the Term bound to variable in substitution, or null if variable is unbound (or this is not a Yes solution).


abstract fun valueOf(variable: String): Term?

Same as valueOf, but looking variable up by name rather than by Var instance.