renamed session TLA to HOL-TLA to avoid clash with AFP;
authorwenzelm
Tue, 31 Jul 2012 12:38:01 +0200
changeset 48614 6004f4575645
parent 48613 232652ac346e
child 48615 d5c9917ff5b6
child 48618 1f7e068b4613
renamed session TLA to HOL-TLA to avoid clash with AFP;
src/HOL/ROOT
--- a/src/HOL/ROOT	Mon Jul 30 20:43:07 2012 +0200
+++ b/src/HOL/ROOT	Tue Jul 31 12:38:01 2012 +0200
@@ -515,20 +515,20 @@
   theories Cplex
   files "document/root.tex"
 
-session TLA! = HOL +
+session TLA = HOL +
   description {* The Temporal Logic of Actions *}
   options [document = false]
   theories TLA
 
-session Inc in "TLA/Inc" = TLA +
+session Inc in "TLA/Inc" = "HOL-TLA" +
   options [document = false]
   theories Inc
 
-session Buffer in "TLA/Buffer" = TLA +
+session Buffer in "TLA/Buffer" = "HOL-TLA" +
   options [document = false]
   theories DBuffer
 
-session Memory in "TLA/Memory" = TLA +
+session Memory in "TLA/Memory" = "HOL-TLA" +
   options [document = false]
   theories MemoryImplementation