doc-src/Tutorial/Recdef/sep1
author nipkow
Fri, 16 Apr 2004 20:33:16 +0200
changeset 14603 985eb6708207
parent 6100 40d66bc3e83f
permissions -rw-r--r--
Moved ring stuff from ex into Ring_and_Field.

recdef sep "measure (%(a,xs). length xs)"
  "sep(a, x#y#zs) = x # a # sep(a,y#zs)"
  "sep(a, xs)     = xs"