doc-src/Tutorial/Misc/InfixTree.ML
author webertj
Wed, 10 Mar 2004 20:36:11 +0100
changeset 14455 5c4a1e96efd6
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Updated examples

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