doc-src/Tutorial/Misc/InfixTree.ML
author paulson
Tue, 16 May 2000 14:04:29 +0200
changeset 8876 f797816932d7
parent 5377 efb799c5ed3c
permissions -rw-r--r--
reverted to old proof of dominoes_tile_row, given new treatment of #2+...

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