src/HOLCF/IOA/ROOT.ML
author wenzelm
Sat, 30 Dec 2006 16:08:06 +0100
changeset 21966 edab0ecfbd7c
parent 19360 f47412f922ab
child 23560 e43686246de4
permissions -rw-r--r--
removed misleading OuterLex.eq_token;
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$
19360
f47412f922ab converted Müller to Mueller to make smlnj 110.58 work
kleing
parents: 17925
diff changeset
     3
    Author:     Olaf Mueller
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";