comments
authorpaulson
Mon, 28 Dec 1998 16:48:59 +0100
changeset 6040 bd37dc0f56d9
parent 6039 01f67f5f8dd0
child 6041 684ec6a1d802
comments
src/Pure/sign.ML
--- a/src/Pure/sign.ML	Mon Dec 28 16:48:22 1998 +0100
+++ b/src/Pure/sign.ML	Mon Dec 28 16:48:59 1998 +0100
@@ -281,8 +281,11 @@
   error ("Duplicate initialization of " ^ quote kind ^ " data" ^ of_theory sg);
 
 fun err_uninit sg kind =
-  error ("Tried to access uninitialized " ^ quote kind ^ " data" ^ of_theory sg);
+  error ("Tried to access uninitialized " ^ quote kind ^ " data" ^ 
+	 of_theory sg);
 
+(*Trying to access theory data using get / put operations from a different
+  instance of the TheoryDataFun result.  Typical cure: re-load all files*)
 fun err_access sg kind =
   error ("Unauthorized access to " ^ quote kind ^ " data" ^ of_theory sg);