doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Thu, 04 Oct 2001 15:40:31 +0200
changeset 11684 abd396ca7ef9
parent 9255 2ceb11a2e190
permissions -rw-r--r--
removed hol_rewrite_cterm (use full_rewrite_cterm from Pure);

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