src/HOLCF/IOA/ROOT.ML
author wenzelm
Wed, 13 Jul 2005 16:07:35 +0200
changeset 16813 67140ae50e77
parent 14981 e73f8140af78
child 17925 80a528111a82
permissions -rw-r--r--
removed ad-hoc atp_hook, cal_atp; removed depth_of; tuned;
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";
c20d58286a51 cleaned up;
wenzelm
parents: 6488
diff changeset
    13
time_use "meta_theory/ioa_syn.ML";