doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Wed, 09 Jun 2004 18:51:16 +0200
changeset 14895 b9cc12a91fd3
parent 9255 2ceb11a2e190
permissions -rw-r--r--
updated/tuned identifier syntax;

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