Uses of Class
net.hydromatic.morel.util.Unifier
-
Packages that use Unifier Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated.net.hydromatic.morel.util Utilities. -
-
Uses of Unifier in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as Unifier Modifier and Type Field Description private UnifierTypeResolver. unifier -
Uses of Unifier in net.hydromatic.morel.util
Subclasses of Unifier in net.hydromatic.morel.util Modifier and Type Class Description classMartelliUnifierUnification algorithm due to Martelli, Montanari (1976) and Paterson, Wegman (1978).classRobinsonUnifierRobinson's unification algorithm.
-