doc-src/Tutorial/Misc/InfixTree.ML
author wenzelm
Fri, 09 Nov 2001 00:20:26 +0100
changeset 12124 c4fcdb80c93e
parent 5377 efb799c5ed3c
permissions -rw-r--r--
eliminated old "symbols" syntax, use "xsymbols" instead;

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