check unused theory;
authorwenzelm
Tue, 10 Feb 2015 23:02:39 +0100
changeset 59503 9937bc07202b
parent 59502 cd4d1b631603
child 59507 b468e0f8da2a
child 59529 d881f5288d5a
check unused theory;
src/HOL/HOLCF/IOA/ABP/Spec.thy
src/HOL/ROOT
--- a/src/HOL/HOLCF/IOA/ABP/Spec.thy	Tue Feb 10 22:52:44 2015 +0100
+++ b/src/HOL/HOLCF/IOA/ABP/Spec.thy	Tue Feb 10 23:02:39 2015 +0100
@@ -32,6 +32,6 @@
 
 definition
   spec_ioa :: "('m action, 'm list)ioa" where
-  ioa_def: "spec_ioa = (spec_sig, {[]}, spec_trans)"
+  ioa_def: "spec_ioa = (spec_sig, {[]}, spec_trans, {}, {})"
 
 end
--- a/src/HOL/ROOT	Tue Feb 10 22:52:44 2015 +0100
+++ b/src/HOL/ROOT	Tue Feb 10 23:02:39 2015 +0100
@@ -1067,7 +1067,9 @@
     The Alternating Bit Protocol performed in I/O-Automata.
   *}
   options [document = false]
-  theories Correctness
+  theories
+    Correctness
+    Spec
 
 session "IOA-NTP" in "HOLCF/IOA/NTP" = IOA +
   description {*