src/HOL/Tools/ATP/recon_transfer_proof.ML
changeset 15787 8fad4bd4e53c
parent 15782 a1863ea9052b
child 15789 4cb16144c81b
--- a/src/HOL/Tools/ATP/recon_transfer_proof.ML	Wed Apr 20 22:43:52 2005 +0200
+++ b/src/HOL/Tools/ATP/recon_transfer_proof.ML	Thu Apr 21 10:05:06 2005 +0200
@@ -15,7 +15,7 @@
 (* Versions that include type information *)
  
 fun string_of_thm thm = let val _ = set show_sorts
-                                val str = string_of_thm thm
+                                val str = Display.string_of_thm thm
                                 val no_returns =List.filter not_newline (explode str)
                                 val _ = reset show_sorts
                             in 
@@ -222,9 +222,6 @@
                                             (distfrees,distvars, extra_with_vars,ax_with_vars, (ListPair.zip (step_nums,ax_metas)))
                                          end
                                         
-fun thmstrings [] str = str
-|   thmstrings (x::xs) str = thmstrings xs (str^(string_of_thm x))
-
 fun numclstr (vars, []) str = str
 |   numclstr ( vars, ((num, thm)::rest)) str = let val newstr = str^(string_of_int num)^" "^(string_of_thm thm)^" "
                                in