doc-src/Tutorial/Recdef/sep2
author obua
Mon, 10 May 2004 17:10:41 +0200
changeset 14724 021264410f87
parent 6100 40d66bc3e83f
permissions -rw-r--r--
preparation for integration with new Ring_and_Field.thy

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)"