made SML/NJ happy
authorblanchet
Fri, 27 Jan 2012 10:19:55 +0100
changeset 46342 c59b8560eb48
parent 46341 ab9d96cc7a99
child 46343 6d9535e52915
made SML/NJ happy
src/HOL/Tools/ATP/atp_proof_reconstruct.ML
--- a/src/HOL/Tools/ATP/atp_proof_reconstruct.ML	Thu Jan 26 20:49:54 2012 +0100
+++ b/src/HOL/Tools/ATP/atp_proof_reconstruct.ML	Fri Jan 27 10:19:55 2012 +0100
@@ -248,9 +248,9 @@
     | command =>
       "\nTo minimize: " ^ Markup.markup Isabelle_Markup.sendback command ^ "."
 
-val split_used_facts =
-  List.partition (fn (_, (sc, _)) => sc = Chained)
-  #> pairself (sort_distinct (string_ord o pairself fst))
+fun split_used_facts facts =
+  facts |> List.partition (fn (_, (sc, _)) => sc = Chained)
+        |> pairself (sort_distinct (string_ord o pairself fst))
 
 fun one_line_proof_text (preplay, banner, used_facts, minimize_command,
                          subgoal, subgoal_count) =