doc-src/Tutorial/Misc/InfixTree.ML
author nipkow
Fri, 24 Nov 2000 16:49:27 +0100
changeset 10519 ade64af4c57c
parent 5377 efb799c5ed3c
permissions -rw-r--r--
hide many names from Datatype_Universe.

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