IOA/ROOT.ML
author lcp
Thu, 06 Apr 1995 11:27:54 +0200
changeset 241 b67c8e01ae04
parent 231 31040e4345e8
child 251 f04b33ce250f
permissions -rw-r--r--
Removed the "exit 1" calls, since now the Makefile does them.

(*  Title:      HOL/IOA/ROOT.ML
    ID:         $Id$
    Author:     Tobias Nipkow & Konrad Slind
    Copyright   1994  TU Muenchen

This is the ROOT file for the theory of I/O-Automata.
The formalization is by a semantic model of I/O-Automata.
For details see

@unpublished{Nipkow-Slind-IOA,
author={Tobias Nipkow and Konrad Slind},
title={{I/O} Automata in {Isabelle/HOL}},
year=1994,
note={Submitted for publication}}
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz

Should be executed in the subdirectory HOL.
*)
goals_limit := 1;

loadpath := "IOA/meta_theory" :: "IOA/example" :: !loadpath;
use_thy "Correctness";