doc-src/Tutorial/Misc/exhaust.ML
author kleing
Mon, 19 Apr 2004 14:04:41 +0200
changeset 14632 805fa01ac233
parent 9255 2ceb11a2e190
permissions -rw-r--r--
temporarily reverted quote change for release. breaks latex output, needs more testing.

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