doc-src/Tutorial/Misc/exhaust.ML
author berghofe
Wed, 11 Feb 2004 17:36:08 +0100
changeset 14382 9fb68cd74719
parent 9255 2ceb11a2e190
permissions -rw-r--r--
Added flag short_names

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