Go backward to Threads
Go up to Reference Manual
Go forward to Arrays

Lists

A list of type List<T> is either empty or consists of an head element h of type T and a tail list t of type List<T>. By repeated list construction, we can build sequences of T elements of arbitrary length.

  • Representation
  • Definition
  • Constructors
  • Selectors
  • Destructive Updating
  • General

  • Wolfgang.Schreiner@risc.uni-linz.ac.at
    Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp

    Prev Up Next