doc-src/Tutorial/Misc/exhaust.ML
author wenzelm
Sun, 06 Jun 2004 18:35:11 +0200
changeset 14879 8989eedf72a1
parent 9255 2ceb11a2e190
permissions -rw-r--r--
no token translation / setup for Latex;

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