# HG changeset patch # User wenzelm # Date 1423605759 -3600 # Node ID 9937bc07202b7b85c8b966d2a2e93c079f7bdf5d # Parent cd4d1b631603b115a9d95dcae94727e55d2cbbac check unused theory; diff -r cd4d1b631603 -r 9937bc07202b src/HOL/HOLCF/IOA/ABP/Spec.thy --- 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 diff -r cd4d1b631603 -r 9937bc07202b src/HOL/ROOT --- 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 {*