src/HOL/IOA/ROOT.ML
author clasohm
Mon, 20 Mar 1995 15:37:03 +0100
changeset 966 3fd66f245ad7
child 1025 23190112d369
permissions -rw-r--r--
converted IOA with curried function application
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
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    10
@unpublished{Nipkow-Slind-IOA,
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}},
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    13
year=1994,
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    14
note={Submitted for publication}}
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    15
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    16
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    17
Should be executed in the subdirectory HOL.
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    18
*)
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    19
goals_limit := 1;
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    20
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    21
loadpath := "IOA/meta_theory" :: "IOA/example" :: !loadpath;
3fd66f245ad7 converted IOA with curried function application
clasohm
parents:
diff changeset
    22
use_thy "Correctness"  handle _ => exit 1;