--- a/doc-src/Tutorial/Misc/InfixTree.ML Mon Nov 29 11:18:16 2004 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -Goal "!xs. linInfixList t xs = infixList t @ xs"; -by(induct_tac "t" 1); -by(Simp_tac 1); -by(Asm_simp_tac 1);