doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Mon, 11 Dec 2000 20:09:47 +0100
changeset 10640 562e20e543b1
parent 9255 2ceb11a2e190
permissions -rw-r--r--
alternative syntax for "translations": harpoons;

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