doc-src/Tutorial/Misc/InfixTree.ML
author kleing
Fri, 05 Jul 2002 11:17:42 +0200
changeset 13300 debf9ef73e4e
parent 5377 efb799c5ed3c
permissions -rw-r--r--
added dependency for $(OUT)/FOL

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