doc-src/Tutorial/Misc/InfixTree.ML
author kleing
Thu, 22 Feb 2001 11:47:35 +0100
changeset 11177 749fd046002f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
removed unused function

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