doc-src/Tutorial/Misc/exhaust.ML
author paulson
Thu, 19 Feb 2004 10:40:28 +0100
changeset 14395 cc96cc06abf9
parent 9255 2ceb11a2e190
permissions -rw-r--r--
new theorem

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