New ROOT file.
authornipkow
Thu, 13 Apr 1995 16:53:15 +0200
changeset 1049 92de80b43d28
parent 1048 5ba0314f8214
child 1050 0c36c6a52a1d
New ROOT file.
src/HOL/IOA/ROOT.ML
--- a/src/HOL/IOA/ROOT.ML	Thu Apr 13 15:38:07 1995 +0200
+++ b/src/HOL/IOA/ROOT.ML	Thu Apr 13 16:53:15 1995 +0200
@@ -7,16 +7,31 @@
 The formalization is by a semantic model of I/O-Automata.
 For details see
 
-@unpublished{Nipkow-Slind-IOA,
+@inproceedings{Nipkow-Slind-IOA,
 author={Tobias Nipkow and Konrad Slind},
 title={{I/O} Automata in {Isabelle/HOL}},
-year=1994,
-note={Submitted for publication}}
+booktitle={Proc.\ TYPES Workshop 1994},
+publisher=Springer,
+series=LNCS,
+note={To appear}}
 ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz
 
+and
+
+@inproceedings{Mueller-Nipkow,
+author={Olaf M\"uller and Tobias Nipkow},
+title={Combining Model Checking and Deduction for {I/O}-Automata},
+booktitle={Proc.\ TACAS Workshop},
+organization={Aarhus University, BRICS report},
+year=1995}
+ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz
+
 Should be executed in the subdirectory HOL.
 *)
 goals_limit := 1;
 
-loadpath := "IOA/meta_theory" :: "IOA/example" :: !loadpath;
+loadpath := ["IOA/meta_theory","IOA/NTP"];
 use_thy "Correctness";
+
+loadpath := ["IOA/meta_theory","IOA/ABP"];
+use_thy "Correctness";