# HG changeset patch # User clasohm # Date 816954371 -3600 # Node ID 9873e1d9541fdbf7d798b67ad1976e630a2b1deb # Parent 2e29baa12ae71e3ca90d746d3886247c2073ff1b moved to subdirectories ABP and NTP diff -r 2e29baa12ae7 -r 9873e1d9541f src/HOL/IOA/ROOT_ABP.ML --- a/src/HOL/IOA/ROOT_ABP.ML Tue Nov 21 12:43:52 1995 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ -(* Title: HOL/IOA/ROOT_ABP.ML - ID: $Id$ - Author: Tobias Nipkow & Konrad Slind - Copyright 1994 TU Muenchen - -This is the ROOT file for the theory of I/O-Automata (ABP subdirectory). -The formalization is by a semantic model of I/O-Automata. -For details see - -@inproceedings{Nipkow-Slind-IOA, -author={Tobias Nipkow and Konrad Slind}, -title={{I/O} Automata in {Isabelle/HOL}}, -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/ABP"]; -use_thy "Correctness"; - -make_chart (); (*make HTML chart*) diff -r 2e29baa12ae7 -r 9873e1d9541f src/HOL/IOA/ROOT_NTP.ML --- a/src/HOL/IOA/ROOT_NTP.ML Tue Nov 21 12:43:52 1995 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -(* Title: HOL/IOA/ROOT_NTP.ML - ID: $Id$ - Author: Tobias Nipkow & Konrad Slind - Copyright 1994 TU Muenchen - -This is the ROOT file for the theory of I/O-Automata (NTP subdirectory). -The formalization is by a semantic model of I/O-Automata. -For details see - -@inproceedings{Nipkow-Slind-IOA, -author={Tobias Nipkow and Konrad Slind}, -title={{I/O} Automata in {Isabelle/HOL}}, -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/NTP"]; -use_thy "Correctness"; - - -make_chart (); (*make HTML chart*) -