doc-src/Tutorial/Misc/InfixTree.ML
author wenzelm
Fri, 28 Sep 2001 19:21:26 +0200
changeset 11629 481148b273b5
parent 5377 efb799c5ed3c
permissions -rw-r--r--
permissive option;

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