Class Unifier.Sequence

  • All Implemented Interfaces:
    Unifier.Term
    Enclosing class:
    Unifier

    public static final class Unifier.Sequence
    extends java.lang.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.