src/HOLCF/IOA/ex/ROOT.ML
author wenzelm
Tue, 06 Nov 2001 01:18:46 +0100
changeset 12063 4c16bdee47d4
parent 9000 c20d58286a51
child 12218 6597093b77e7
permissions -rw-r--r--
added add_locale(_i) and store_thm; removed old scope stuff; tuned;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6470
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     1
(*  Title:      HOL/IOA/ex/ROOT.ML
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     2
    ID:         $Id$
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     3
    Author:     Olaf Mueller
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     4
    Copyright   1997  TU Muenchen
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     5
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     6
This is the ROOT file for the formalization of a semantic model of
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     7
I/O-Automata.  See the README.html file for details.
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     8
*)
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     9
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
    10
goals_limit := 1;
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
    11
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6470
diff changeset
    12
time_use_thy "TrivEx";
c20d58286a51 cleaned up;
wenzelm
parents: 6470
diff changeset
    13
time_use_thy "TrivEx2";