doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Mon, 04 Dec 2000 23:16:25 +0100
changeset 10580 930ac2bfa637
parent 9255 2ceb11a2e190
permissions -rw-r--r--
include table of Isabelle standard symbols;

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