author | wenzelm |
Thu, 27 Mar 2008 12:06:26 +0100 | |
changeset 26421 | 3dfb36923a56 |
parent 26420 | 57a626f64875 |
child 26422 | d5883907c514 |
--- a/src/Pure/context.ML Thu Mar 27 00:27:16 2008 +0100 +++ b/src/Pure/context.ML Thu Mar 27 12:06:26 2008 +0100 @@ -526,6 +526,7 @@ fun set_thread_data context = Multithreading.put_data (tag, context); fun setmp_thread_data context = Library.setmp_thread_data tag (thread_data ()) context; +nonfix >>; fun >> f = set_thread_data (SOME (map_theory f (the_thread_data ()))); end;