fix polymorphic "val"
authorblanchet
Fri, 23 Jul 2010 14:07:35 +0200
changeset 37960 e557d511c791
parent 37947 844977c7abeb
child 37961 6a48c85a211a
fix polymorphic "val"
src/HOL/Tools/ATP_Manager/async_manager.ML
--- a/src/HOL/Tools/ATP_Manager/async_manager.ML	Fri Jul 23 10:58:13 2010 +0200
+++ b/src/HOL/Tools/ATP_Manager/async_manager.ML	Fri Jul 23 14:07:35 2010 +0200
@@ -101,8 +101,8 @@
 
 (* This is a workaround for Proof General's off-by-a-few sendback display bug,
    whereby "pr" in "proof" is not highlighted. *)
-val break_into_chunks =
-  maps (space_explode "\000" o replace_all "\n\n" "\000" o snd)
+fun break_into_chunks xs =
+  maps (space_explode "\000" o replace_all "\n\n" "\000" o snd) xs
 
 fun print_new_messages () =
   case Synchronized.change_result global_state