src/HOLCF/IOA/ROOT.ML
author wenzelm
Wed, 19 Oct 2005 21:52:37 +0200
changeset 17925 80a528111a82
parent 14981 e73f8140af78
child 19360 f47412f922ab
permissions -rw-r--r--
removed obsolete IOA/meta_theory/ioa_package.ML;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6488
271969bb7f95 more graceful handling of load paths;
wenzelm
parents: 6469
diff changeset
     1
(*  Title:      HOL/IOA/ROOT.ML
3071
981258186b71 New meta theory for IOA based on HOLCF.
mueller
parents:
diff changeset
     2
    ID:         $Id$
12218
wenzelm
parents: 9000
diff changeset
     3
    Author:     Olaf Müller
3071
981258186b71 New meta theory for IOA based on HOLCF.
mueller
parents:
diff changeset
     4
6217
9dac1ee185e3 tidied load path handling;
wenzelm
parents: 4816
diff changeset
     5
This is the ROOT file for the formalization of a semantic model of
9dac1ee185e3 tidied load path handling;
wenzelm
parents: 4816
diff changeset
     6
I/O-Automata.  See the README.html file for details.
3071
981258186b71 New meta theory for IOA based on HOLCF.
mueller
parents:
diff changeset
     7
*)
981258186b71 New meta theory for IOA based on HOLCF.
mueller
parents:
diff changeset
     8
6217
9dac1ee185e3 tidied load path handling;
wenzelm
parents: 4816
diff changeset
     9
goals_limit := 1;
3071
981258186b71 New meta theory for IOA based on HOLCF.
mueller
parents:
diff changeset
    10
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6488
diff changeset
    11
time_use_thy "meta_theory/Abstraction";
c20d58286a51 cleaned up;
wenzelm
parents: 6488
diff changeset
    12
time_use "meta_theory/ioa_package.ML";