doc-src/Tutorial/Recdef/sep2
author wenzelm
Thu, 11 Jan 2001 19:38:37 +0100
changeset 10872 87bb4462c434
parent 6100 40d66bc3e83f
permissions -rw-r--r--
make_raw: do not AutoBind.drop_judgment;

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