doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Wed, 17 Mar 1999 13:41:14 +0100
changeset 6376 c87f3769203a
parent 5377 efb799c5ed3c
child 9255 2ceb11a2e190
permissions -rw-r--r--
tuned;

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