Class Unifier.Sequence

java.lang.Object
net.hydromatic.morel.util.Unifier.Sequence
All Implemented Interfaces:
Unifier.Term
Enclosing class:
Unifier

public static final class Unifier.Sequence extends Object implements Unifier.Term
A sequence of terms.

A sequence [a b c] is often printed "a(b, c)", as if "a" is the type of node and "b" and "c" are its children.