doc-src/Tutorial/Misc/exhaust.ML
author ballarin
Tue, 30 Sep 2003 17:05:50 +0200
changeset 14216 a15951091d5d
parent 9255 2ceb11a2e190
permissions -rw-r--r--
Removed garbage accidentally left behind in file.

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