doc-src/Tutorial/Misc/InfixTree.ML
author oheimb
Thu, 31 May 2001 16:50:13 +0200
changeset 11337 9d6d6a8966b9
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added Least_Suc2

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