doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Sat, 03 Nov 2001 01:38:39 +0100
changeset 12027 1281e9bf57f6
parent 9255 2ceb11a2e190
permissions -rw-r--r--
converted theory Lift;

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