doc-src/Tutorial/Misc/exhaust.ML
author webertj
Wed, 10 Mar 2004 20:36:11 +0100
changeset 14455 5c4a1e96efd6
parent 9255 2ceb11a2e190
permissions -rw-r--r--
Updated examples

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