Class Unifier.SubstitutionResult

java.lang.Object
net.hydromatic.morel.util.Unifier.Substitution
net.hydromatic.morel.util.Unifier.SubstitutionResult
All Implemented Interfaces:
Unifier.Result
Enclosing class:
Unifier

public static final class Unifier.SubstitutionResult extends Unifier.Substitution implements Unifier.Result
The results of a successful unification. Gives access to the raw variable mapping that resulted from the algorithm, but can also resolve a variable to the fullest extent possible with the Unifier.Substitution.resolve(net.hydromatic.morel.util.Unifier.Term) method.