src/HOLCF/IOA/Modelcheck/ROOT.ML
author wenzelm
Thu, 22 Apr 1999 18:20:37 +0200
changeset 6488 271969bb7f95
parent 6471 08d12ef5fc19
child 7299 743b22579a2f
permissions -rw-r--r--
more graceful handling of load paths;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6488
271969bb7f95 more graceful handling of load paths;
wenzelm
parents: 6471
diff changeset
     1
(*  Title:      HOLCF/IOA/Modelcheck/ROOT.ML
6471
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
     2
    ID:         $Id$
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
     3
    Author:     Olaf Mueller
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
     4
    Copyright   1997  TU Muenchen
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
     5
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
     6
This is the ROOT file for the formalization of a semantic model of
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
     7
I/O-Automata.  See the README.html file for details.
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
     8
*)
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
     9
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
    10
goals_limit := 1;
08d12ef5fc19 added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff changeset
    11
6488
271969bb7f95 more graceful handling of load paths;
wenzelm
parents: 6471
diff changeset
    12
use "../../../HOL/Modelcheck/mucke_oracle.ML";
271969bb7f95 more graceful handling of load paths;
wenzelm
parents: 6471
diff changeset
    13
use_thy "../../../HOL/Modelcheck/MuckeSyn";
271969bb7f95 more graceful handling of load paths;
wenzelm
parents: 6471
diff changeset
    14
use_thy "MuIOAOracle";
271969bb7f95 more graceful handling of load paths;
wenzelm
parents: 6471
diff changeset
    15
use_thy "Cockpit";
271969bb7f95 more graceful handling of load paths;
wenzelm
parents: 6471
diff changeset
    16
use_thy "Ring3";