doc-src/Tutorial/Misc/InfixTree.ML
author wenzelm
Sat, 01 Sep 2001 00:14:16 +0200
changeset 11543 d61b913431c5
parent 5377 efb799c5ed3c
permissions -rw-r--r--
renamed `keep_derivs' to `proofs', and made an integer;

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