LAD Project: the SEQUENCE Module
Summary: The SEQUENCE object serves the following purpose. It represents
a sequence of values, dynamically growable and indexed
with integers. Note that adding things to the sequence always
involves them being copied in.
This module is mutually recursive with value. See that module
definition.