doc-src/Tutorial/Misc/InfixTree.ML
author wenzelm
Thu, 19 Aug 1999 16:33:53 +0200
changeset 7289 3b1b301467cd
parent 5377 efb799c5ed3c
permissions -rw-r--r--
disabled print_mode (tmp);

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