doc-src/Tutorial/Misc/exhaust.ML
author kleing
Sat, 19 Jan 2002 15:44:53 +0100
changeset 12818 e7b4c0731d57
parent 9255 2ceb11a2e190
permissions -rw-r--r--
fixed typos

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