doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Wed, 20 Sep 2000 21:20:01 +0200
changeset 10039 1eb980d64ba3
parent 9255 2ceb11a2e190
permissions -rw-r--r--
tuned;

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