src/HOL/Tools/ATP/recon_prelim.ML
changeset 15680 83164f078985
parent 15642 028059faa963
child 15684 5ec4d21889d6
equal deleted inserted replaced
15679:28eb0fe50533 15680:83164f078985
     5 open Utils;
     5 open Utils;
     6 open Envir;
     6 open Envir;
     7 open Tfl;
     7 open Tfl;
     8 open Rules;
     8 open Rules;
     9 
     9 
    10 goal Main.thy "A -->A";
    10 Goal "A -->A";
    11 by Auto_tac;
    11 by Auto_tac;
    12 qed "foo";
    12 qed "foo";
    13 
    13 
    14 
    14 
    15 val Mainsign = #sign (rep_thm foo);
    15 val Mainsign = #sign (rep_thm foo);