Uses of Interface
net.hydromatic.morel.util.Unifier.Result
Packages that use Unifier.Result
-
Uses of Unifier.Result in net.hydromatic.morel.util
Classes in net.hydromatic.morel.util that implement Unifier.ResultModifier and TypeClassDescriptionstatic classResult indicating that unification was not possible.static final classThe results of a successful unification.Methods in net.hydromatic.morel.util that return Unifier.ResultModifier and TypeMethodDescriptionprivate Unifier.ResultRobinsonUnifier.sequenceUnify(Unifier.Sequence lhs, Unifier.Sequence rhs) MartelliUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer) RobinsonUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer) RobinsonUnifier.unify(Unifier.Term lhs, Unifier.Term rhs) abstract Unifier.ResultUnifier.unify(List<Unifier.TermTerm> termPairs, Map<Unifier.Variable, Unifier.Action> termActions, Unifier.Tracer tracer)