doc-src/Tutorial/Misc/InfixTree.ML
author oheimb
Tue, 20 Feb 2001 18:47:27 +0100
changeset 11165 3b69feb7d053
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added image_cong to default congs of recdef

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