List Abstraction
l
In an abstract sense, what matters most in a list
is the
order
of the elements.
l
We donŐt have to say how the list is represented in
the machine.
l
We can just agree on some
presentation
or
notation
that shows this
order
, e.g.
l
[a, b, c, d]