doc-src/Tutorial/Misc/InfixTree.ML
author paulson
Fri, 05 May 2000 17:49:34 +0200
changeset 8798 d289a68e74ea
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new lemmas about binary division

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