doc-src/Tutorial/Misc/exhaust.ML
author berghofe
Tue, 25 Mar 2003 09:49:13 +0100
changeset 13878 90ca3815e4b2
parent 9255 2ceb11a2e190
permissions -rw-r--r--
Added Presburger theory.

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