doc-src/Tutorial/Recdef/last
author wenzelm
Thu, 01 Jul 1999 17:41:16 +0200
changeset 6872 b250da153b1e
parent 6100 40d66bc3e83f
permissions -rw-r--r--
fixed backtracking of global_qed;

consts last :: 'a list => 'a
recdef last "measure (%xs. length xs)"
  "last [x]      = x"
  "last (x#y#zs) = last (y#zs)"