added session theory for Bali
authorhaftmann
Mon, 21 Sep 2009 16:00:53 +0200
changeset 32634 9b19cbb0af28
parent 32633 4ba4bfa08749
child 32635 37e32f8aa696
added session theory for Bali
src/HOL/Bali/Bali.thy
src/HOL/Bali/ROOT.ML
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/Bali/Bali.thy	Mon Sep 21 16:00:53 2009 +0200
@@ -0,0 +1,11 @@
+(*  Author:     David von Oheimb
+    Copyright   1999 Technische Universitaet Muenchen
+*)
+
+header {* The Hoare logic for Bali. *}
+
+theory Bali
+imports AxExample AxSound AxCompl Trans
+begin
+
+end
--- a/src/HOL/Bali/ROOT.ML	Mon Sep 21 16:00:34 2009 +0200
+++ b/src/HOL/Bali/ROOT.ML	Mon Sep 21 16:00:53 2009 +0200
@@ -1,9 +1,2 @@
-(*  Title:      HOL/Bali/ROOT.ML
-    ID:         $Id$
-    Author:     David von Oheimb
-    Copyright   1999 Technische Universitaet Muenchen
 
-The Hoare logic for Bali.
-*)
-
-use_thys ["AxExample", "AxSound", "AxCompl", "Trans"];
+use_thy "Bali"