doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Thu, 15 Feb 2001 17:18:54 +0100
changeset 11145 3e47692e3a3e
parent 9255 2ceb11a2e190
permissions -rw-r--r--
eliminate get_def;

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