Go backward to Head(): Head Element
Go up to Selectors
Go forward to tail(): Tail List (Binding Form)

Tail(): Tail List

t = Tail(l)
      List<T> t
      List<T> l

Specification: Returns the tail list t of l.

Constraints: It is illegal to apply Tail to an empty l.

Complexity: O(1).


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

Prev Up Next