src/Pure/context.ML
changeset 48638 22d65e375c01
parent 47005 421760a1efe7
child 48992 0518bf89c777
--- a/src/Pure/context.ML	Wed Aug 01 18:57:17 2012 +0200
+++ b/src/Pure/context.ML	Wed Aug 01 19:53:20 2012 +0200
@@ -410,7 +410,7 @@
 
       val Theory ({ids, ...}, data, _, _) =
         (case parents of
-          [] => error "No parent theories"
+          [] => error "Missing theory imports"
         | [thy] => extend_thy thy
         | thy :: thys => Library.foldl (merge_thys pp) (thy, thys));