src/HOL/IOA/ROOT.ML
author lcp
Tue, 25 Apr 1995 11:14:03 +0200
changeset 1072 0140ff702b23
parent 1049 92de80b43d28
permissions -rw-r--r--
updated version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
966
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
     1
(*  Title:      HOL/IOA/ROOT.ML
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
     2
    ID:         $Id$
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
     3
    Author:     Tobias Nipkow & Konrad Slind
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
     4
    Copyright   1994  TU Muenchen
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
     5
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
     6
This is the ROOT file for the theory of I/O-Automata.
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
     7
The formalization is by a semantic model of I/O-Automata.
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
     8
For details see
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
     9
1049
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    10
@inproceedings{Nipkow-Slind-IOA,
966
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    11
author={Tobias Nipkow and Konrad Slind},
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    12
title={{I/O} Automata in {Isabelle/HOL}},
1049
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    13
booktitle={Proc.\ TYPES Workshop 1994},
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    14
publisher=Springer,
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    15
series=LNCS,
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    16
note={To appear}}
966
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    17
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    18
1049
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    19
and
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    20
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    21
@inproceedings{Mueller-Nipkow,
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    22
author={Olaf M\"uller and Tobias Nipkow},
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    23
title={Combining Model Checking and Deduction for {I/O}-Automata},
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    24
booktitle={Proc.\ TACAS Workshop},
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    25
organization={Aarhus University, BRICS report},
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    26
year=1995}
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    27
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    28
966
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    29
Should be executed in the subdirectory HOL.
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    30
*)
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    31
goals_limit := 1;
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    32
1049
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    33
loadpath := ["IOA/meta_theory","IOA/NTP"];
1025
23190112d369 Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents: 966
diff changeset
    34
use_thy "Correctness";
1049
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    35
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    36
loadpath := ["IOA/meta_theory","IOA/ABP"];
92de80b43d28 New ROOT file.
nipkow
parents: 1025
diff changeset
    37
use_thy "Correctness";