Uses of Class
net.hydromatic.morel.util.Unifier
Packages that use Unifier
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Utilities.
-
Uses of Unifier in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as Unifier -
Uses of Unifier in net.hydromatic.morel.util
Subclasses of Unifier in net.hydromatic.morel.utilModifier and TypeClassDescriptionclassUnification algorithm due to Martelli, Montanari (1976) and Paterson, Wegman (1978).classRobinson's unification algorithm.