made SML/NJ happy
authorblanchet
Tue, 15 May 2012 13:06:15 +0200
changeset 47928 fb2bc5a1eb32
parent 47927 c35238d19bb9
child 47929 3465c09222e0
made SML/NJ happy
src/HOL/Tools/ATP/atp_proof_redirect.ML
--- a/src/HOL/Tools/ATP/atp_proof_redirect.ML	Tue May 15 13:06:15 2012 +0200
+++ b/src/HOL/Tools/ATP/atp_proof_redirect.ML	Tue May 15 13:06:15 2012 +0200
@@ -96,8 +96,8 @@
 fun string_of_sequent (gamma, c) =
   string_of_context gamma ^ " \<turnstile> " ^ Atom.string_of c
 
-val string_of_ref_graph =
-  sequents_of_ref_graph #> map string_of_sequent #> cat_lines
+fun string_of_ref_graph ref_graph =
+  ref_graph |> sequents_of_ref_graph |> map string_of_sequent |> cat_lines
 
 fun redirect_sequent tainted bot (gamma, c) =
   if member atom_eq tainted c then