doc-src/Tutorial/Misc/InfixTree.ML
changeset 15339 a7b603bbc1e6
parent 15338 08519594b0e4
child 15340 cd18d7b73a64
equal deleted inserted replaced
15338:08519594b0e4 15339:a7b603bbc1e6
     1 Goal "!xs. linInfixList t xs = infixList t @ xs";
       
     2 by(induct_tac "t" 1);
       
     3 by(Simp_tac 1);
       
     4 by(Asm_simp_tac 1);