doc-src/Tutorial/Misc/exhaust.ML
author kleing
Sat, 17 Apr 2004 00:46:22 +0200
changeset 14610 9c2e31e483b2
parent 9255 2ceb11a2e190
permissions -rw-r--r--
added HOL-Matrix, added HOL/Matrix/ROOT.ML

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