doc-src/Tutorial/Misc/exhaust.ML
author oheimb
Fri, 28 Jan 2000 11:22:02 +0100
changeset 8148 5ef0b624aadb
parent 5377 efb799c5ed3c
child 9255 2ceb11a2e190
permissions -rw-r--r--
beautified spacing for binders with symbols syntax, analogous to HOL.thy

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