doc-src/Tutorial/Recdef/last
author wenzelm
Wed, 03 Feb 1999 17:29:48 +0100
changeset 6211 43d0efafa025
parent 6100 40d66bc3e83f
permissions -rw-r--r--
Theory loader database: theory and file dependencies, theory values and user data.

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