doc-src/Tutorial/Misc/exhaust.ML
author berghofe
Thu, 23 Sep 2004 10:20:52 +0200
changeset 15204 d15f85347fcb
parent 9255 2ceb11a2e190
permissions -rw-r--r--
- Inserted additional check for equality types in check_mode_clause that avoids ill-typed code to be generated. - Mode inference algorithm now outputs additional diagnostic messages.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5377
efb799c5ed3c *** empty log message ***
nipkow
parents:
diff changeset
     1
Goal "(case xs of [] => [] | y#ys => xs) = xs";
9255
2ceb11a2e190 *** empty log message ***
nipkow
parents: 5377
diff changeset
     2
by(case_tac "xs" 1);