doc-src/Tutorial/Misc/InfixTree.ML
author wenzelm
Fri, 21 May 2004 21:18:14 +0200
changeset 14772 c52060b69a8c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Type.typ_instance;

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