doc-src/Tutorial/Misc/exhaust.ML
author berghofe
Tue, 01 Jun 2004 15:00:26 +0200
changeset 14860 e9e0d8618043
parent 9255 2ceb11a2e190
permissions -rw-r--r--
Adapted to new name mangling function in code generator.

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