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

Goal "!xs. linInfixList t xs = infixList t @ xs";
by(induct_tac "t" 1);
by(Simp_tac 1);
by(Asm_simp_tac 1);