doc-src/Tutorial/Misc/InfixTree.ML
author wenzelm
Fri, 21 May 2004 21:27:42 +0200
changeset 14792 b7dac2fae5bb
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added fold, product; removed transitive_closure;

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