Interface Unifiable<T>

    • Method Detail

      • unify

        Choice<Unifier> unify​(T target,
                              Unifier unifier)
        Returns all valid unification paths (if any) from this Unifier that unify this with target.