doc-src/Tutorial/Recdef/sep2
author paulson
Tue, 17 Feb 2004 10:41:59 +0100
changeset 14390 55fe71faadda
parent 6100 40d66bc3e83f
permissions -rw-r--r--
further tweaks to the numeric theories

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