doc-src/Tutorial/Misc/exhaust.ML
author berghofe
Mon, 11 Jun 2001 19:21:13 +0200
changeset 11371 1d5d181b7e28
parent 9255 2ceb11a2e190
permissions -rw-r--r--
Fixed bug in function rebuild.

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