doc-src/Tutorial/Misc/exhaust.ML
author berghofe
Fri, 28 Sep 2001 16:42:58 +0200
changeset 11620 54e2f4c8c3cb
parent 9255 2ceb11a2e190
permissions -rw-r--r--
Added \ttlbrack and \ttrbrack.

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