src/HOL/Tools/res_atp.ML
changeset 15700 970e0293dfb3
parent 15697 681bcb7f0389
child 15736 1bb0399a9517
equal deleted inserted replaced
15699:7d91dd712ff8 15700:970e0293dfb3
   307         val sign = sign_of_thm thm
   307         val sign = sign_of_thm thm
   308         val thms_string =concat_with_and (map  string_of_thm thms) ""
   308         val thms_string =concat_with_and (map  string_of_thm thms) ""
   309         val thmstring = string_of_thm thm
   309         val thmstring = string_of_thm thm
   310         val prems_string = concat_with_and (map (Sign.string_of_term sign) prems) ""
   310         val prems_string = concat_with_and (map (Sign.string_of_term sign) prems) ""
   311         (* set up variables for writing out the clasimps to a tptp file *)
   311         (* set up variables for writing out the clasimps to a tptp file *)
   312         (* val _ = write_out_clasimp (File.sysify_path axiom_file)*)
   312         val _ = write_out_clasimp (File.sysify_path axiom_file)
   313         (* cq: add write out clasimps to file *)
   313         (* cq: add write out clasimps to file *)
   314         (* cq:create watcher and pass to isar_atp_aux *)                    
   314         (* cq:create watcher and pass to isar_atp_aux *)                    
   315         val (childin,childout,pid) = Watcher.createWatcher()
   315         val (childin,childout,pid) = Watcher.createWatcher()
   316         val pidstring = string_of_int(Word.toInt (Word.fromLargeWord ( Posix.Process.pidToWord pid )))
   316         val pidstring = string_of_int(Word.toInt (Word.fromLargeWord ( Posix.Process.pidToWord pid )))
   317     in
   317     in