author | berghofe |
Tue, 30 Jun 1998 20:41:41 +0200 | |
changeset 5096 | 84b00be693b4 |
parent 4816 | 64f075872f69 |
child 6217 | 9dac1ee185e3 |
permissions | -rw-r--r-- |
3071 | 1 |
(* Title: HOL/IOA/meta_theory/ROOT.ML |
2 |
ID: $Id$ |
|
3 |
Author: Olaf Mueller |
|
4 |
Copyright 1997 TU Muenchen |
|
5 |
||
6 |
This is the ROOT file for the formalization of a semantic model of I/O-Automata. |
|
7 |
||
8 |
See the README.html file for details. |
|
9 |
||
10 |
Should be executed in the subdirectory HOLCF/IOA/meta_theory. |
|
11 |
*) |
|
12 |
||
13 |
||
14 |
goals_limit:=1; |
|
15 |
||
16 |
loadpath := ["meta_theory"]; |
|
17 |
||
4563 | 18 |
use_thy"Abstraction"; |
19 |
use_thy"TrivEx"; |
|
20 |
use_thy"TrivEx2"; |