made SML/NJ happy;
authorwenzelm
Fri, 16 Oct 2009 00:26:19 +0200
changeset 32954 c054b03c7881
parent 32953 e52e6e5c0ca5
child 32955 4a78daeb012b
child 32961 61431a41ddd5
made SML/NJ happy;
src/HOL/Tools/ATP_Manager/atp_manager.ML
--- a/src/HOL/Tools/ATP_Manager/atp_manager.ML	Thu Oct 15 23:51:22 2009 +0200
+++ b/src/HOL/Tools/ATP_Manager/atp_manager.ML	Fri Oct 16 00:26:19 2009 +0200
@@ -90,7 +90,7 @@
   messages: string list,
   store: string list};
 
-fun make_state manager timeout_heap oldest_heap active cancelling messages store =
+fun make_state manager timeout_heap oldest_heap active cancelling messages store : state =
   {manager = manager, timeout_heap = timeout_heap, oldest_heap = oldest_heap,
     active = active, cancelling = cancelling, messages = messages, store = store};