doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Sat, 01 Sep 2001 00:20:22 +0200
changeset 11545 0b56d9c90dcf
parent 9255 2ceb11a2e190
permissions -rw-r--r--
final proofs := 0;

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