doc-src/Tutorial/Misc/exhaust.ML
author paulson
Wed, 18 Feb 2004 16:01:37 +0100
changeset 14393 71dff3bade66
parent 9255 2ceb11a2e190
permissions -rw-r--r--
new Union syntax

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