src/Pure/context.ML
changeset 8801 9d01c9a26134
parent 8348 ebbbfdb35c84
child 9586 f6669dead969
--- a/src/Pure/context.ML	Fri May 05 18:24:06 2000 +0200
+++ b/src/Pure/context.ML	Fri May 05 21:57:58 2000 +0200
@@ -56,7 +56,7 @@
 fun pass_theory thy f x =
   (case pass (Some thy) f x of
     (y, Some thy') => (y, thy')
-  | (_, None) => error "Missing ML theory context");
+  | (_, None) => error "Lost theory context in ML");
 
 fun save f x = setmp (get_context ()) f x;