doc-src/Tutorial/Misc/InfixTree.ML
author wenzelm
Thu, 06 May 2004 14:14:18 +0200
changeset 14706 71590b7733b7
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned document;

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