doc-src/Tutorial/Misc/InfixTree.ML
author wenzelm
Sat, 19 Aug 2000 12:49:19 +0200
changeset 9663 e4d58f1be05b
parent 5377 efb799c5ed3c
permissions -rw-r--r--
output \isachar;

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