doc-src/Tutorial/Misc/exhaust.ML
author kleing
Tue, 20 May 2003 11:52:42 +0200
changeset 14040 8a2c8f762837
parent 9255 2ceb11a2e190
permissions -rw-r--r--
be less verbose about simplification depth

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