doc-src/Tutorial/Misc/InfixTree.ML
author nipkow
Wed, 11 Feb 2004 01:26:15 +0100
changeset 14381 1189a8212a12
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Modified UN and INT xsymbol syntax: made index subscript

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