doc-src/Tutorial/Misc/exhaust.ML
author paulson
Thu, 11 Jul 2002 13:43:24 +0200
changeset 13348 374d05460db4
parent 9255 2ceb11a2e190
permissions -rw-r--r--
Separation/Replacement up to M_wfrank!

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