Interface Unifiable
public interface Unifiable
An interface for types that can be unified with each other
-
Method Summary
-
Method Details
-
unify
Performs a unification of types- Parameters:
other- The type to unify with- Throws:
UnificationException- If the types can't be unified
-