doc-src/Tutorial/Misc/exhaust.ML
author nipkow
Wed, 02 Sep 1998 16:52:06 +0200
changeset 5425 157c6663dedd
parent 5377 efb799c5ed3c
child 9255 2ceb11a2e190
permissions -rw-r--r--
Added function upto to List. Had to rearrange loading sequence because now List uses Recdef.

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