doc-src/Tutorial/Recdef/last
author berghofe
Tue, 07 Nov 2000 17:50:21 +0100
changeset 10415 e6d7b77a0574
parent 6100 40d66bc3e83f
permissions -rw-r--r--
moved rewriting functions from Drule to MetaSimplifier

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