doc-src/Tutorial/Misc/exhaust.ML
author nipkow
Mon, 09 Oct 2000 19:20:55 +0200
changeset 10178 aecb5bf6f76f
parent 9255 2ceb11a2e190
permissions -rw-r--r--
*** empty log message ***

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