doc-src/Tutorial/Misc/InfixTree.ML
author kleing
Tue, 02 Mar 2004 01:32:23 +0100
changeset 14422 b8da5f258b04
parent 5377 efb799c5ed3c
permissions -rw-r--r--
converted to Isar

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