doc-src/Tutorial/Misc/exhaust.ML
author kleing
Mon, 02 Jun 2003 15:02:31 +0200
changeset 14056 f8ed8428b41c
parent 9255 2ceb11a2e190
permissions -rw-r--r--
remove -p option, separate setting available

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