doc-src/Tutorial/Misc/InfixTree.ML
author paulson
Wed, 01 Mar 2000 12:18:40 +0100
changeset 8318 54d69141a17f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new theorems from Sidi Ould Ehmety

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