doc-src/Tutorial/Misc/InfixTree.ML
author paulson
Fri, 27 Sep 2002 10:36:21 +0200
changeset 13593 e39f0751e4bf
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Tidied. New Pi-theorem.

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