doc-src/Tutorial/Misc/InfixTree.ML
author aspinall
Tue, 16 Nov 2004 20:20:14 +0100
changeset 15289 1d2dba93ef08
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Markup obtain as introducing a nested goal.

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