IOA/ROOT.ML
author nipkow
Wed, 09 Nov 1994 19:50:36 +0100
changeset 167 37a6e2f55230
parent 165 eb8a3a991c08
child 231 31040e4345e8
permissions -rw-r--r--
Added header.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
167
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
     1
(*  Title:      HOL/IOA/ROOT.ML
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
     2
    ID:         $Id$
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
     3
    Author:     Tobias Nipkow & Konrad Slind
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
     4
    Copyright   1994  TU Muenchen
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
     5
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
     6
This is the ROOT file for the theory of I/O-Automata.
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
     7
The formalization is by a semantic model of I/O-Automata.
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
     8
For details see
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
     9
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
    10
@unpublished{Nipkow-Slind-IOA,
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
    11
author={Tobias Nipkow and Konrad Slind},
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
    12
title={{I/O} Automata in {Isabelle/HOL}},
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
    13
year=1994,
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
    14
note={Submitted for publication}}
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
    15
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
    16
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
    17
Should be executed in the subdirectory HOL.
37a6e2f55230 Added header.
nipkow
parents: 165
diff changeset
    18
*)
156
fd1be45b64bf added IOA to isabelle/HOL
clasohm
parents:
diff changeset
    19
goals_limit := 1;
fd1be45b64bf added IOA to isabelle/HOL
clasohm
parents:
diff changeset
    20
165
eb8a3a991c08 changed loadpath
clasohm
parents: 156
diff changeset
    21
loadpath := "IOA/meta_theory" :: "IOA/example" :: !loadpath;
156
fd1be45b64bf added IOA to isabelle/HOL
clasohm
parents:
diff changeset
    22
use_thy "Correctness";