doc-src/Tutorial/Recdef/sep1
author wenzelm
Tue, 30 Oct 2001 13:43:26 +0100
changeset 11982 65e2822d83dd
parent 6100 40d66bc3e83f
permissions -rw-r--r--
lemma Least_mono moved from Typedef.thy to Set.thy;

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