doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Mon, 28 Aug 2000 15:13:55 +0200
changeset 9698 f0740137a65d
parent 9255 2ceb11a2e190
permissions -rw-r--r--
updated;

Goal "(case xs of [] => [] | y#ys => xs) = xs";
by(case_tac "xs" 1);