changeset 33957 | e9afca2118d4 |
parent 33955 | fff6f11b1f09 |
child 39050 | 600de0485859 |
--- a/src/Pure/goal_display.ML Tue Nov 24 17:28:44 2009 +0100 +++ b/src/Pure/goal_display.ML Wed Nov 25 09:13:46 2009 +0100 @@ -99,7 +99,7 @@ (if main then [prt_term B] else []) @ (if ngoals = 0 then [Pretty.str "No subgoals!"] else if ngoals > maxgoals then - pretty_subgoals ((uncurry take) (maxgoals, As)) @ + pretty_subgoals (take maxgoals As) @ (if total then [Pretty.str ("A total of " ^ string_of_int ngoals ^ " subgoals...")] else []) else pretty_subgoals As) @