Package net.hydromatic.morel.util
Class Unifiers
java.lang.Object
net.hydromatic.morel.util.Unifiers
Utilities for unification.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classWork space fordump(PrintWriter, Iterable). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddump(PrintWriter pw, Iterable<Unifier.TermTerm> pairs) Given several pairs of terms, generates a program that will create those pairs of terms.
-
Constructor Details
-
Unifiers
public Unifiers()
-
-
Method Details
-
dump
Given several pairs of terms, generates a program that will create those pairs of terms.This is useful if you wish to create a unit test for a
Unifier.
-