doc-src/Tutorial/Misc/exhaust.ML
author berghofe
Mon, 16 Dec 2002 13:43:11 +0100
changeset 13755 a9bb54a3cfb7
parent 9255 2ceb11a2e190
permissions -rw-r--r--
Added mk_int and mk_list.

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