src/HOL/Tools/res_reconstruct.ML
changeset 31479 08e2a70d002a
parent 31410 c231efe693ce
child 31840 beeaa1ed1f47
equal deleted inserted replaced
31478:5e412e4c6546 31479:08e2a70d002a
   450       val _ = trace "\ndecode_tstp_file: finishing\n"
   450       val _ = trace "\ndecode_tstp_file: finishing\n"
   451   in
   451   in
   452     isar_header (map #1 fixes) ^ String.concat ilines ^ "qed\n"
   452     isar_header (map #1 fixes) ^ String.concat ilines ^ "qed\n"
   453   end
   453   end
   454   handle e => (*FIXME: exn handler is too general!*)
   454   handle e => (*FIXME: exn handler is too general!*)
   455     let val msg = "Translation of TSTP raised an exception: " ^ Toplevel.exn_message e
   455     let val msg = "Translation of TSTP raised an exception: " ^ ML_Compiler.exn_message e
   456     in  trace msg; msg  end;
   456     in  trace msg; msg  end;
   457 
   457 
   458 
   458 
   459     
   459     
   460   (* ==== CHECK IF PROOF OF E OR VAMPIRE WAS SUCCESSFUL === *)
   460   (* ==== CHECK IF PROOF OF E OR VAMPIRE WAS SUCCESSFUL === *)