src/HOLCF/IOA/ex/ROOT.ML
author aspinall
Wed, 13 Jul 2005 20:07:01 +0200
changeset 16821 ba1f6aba44ed
parent 14981 e73f8140af78
child 19360 f47412f922ab
permissions -rw-r--r--
Update PGIP packet handling, fixing unique session identifier.
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$
12218
wenzelm
parents: 9000
diff changeset
     3
    Author:     Olaf Müller
6470
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     4
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     5
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
     6
I/O-Automata.  See the README.html file for details.
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
     7
*)
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
goals_limit := 1;
f3015fd68d66 moved this trivial example to new ex dir;
mueller
parents:
diff changeset
    10
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6470
diff changeset
    11
time_use_thy "TrivEx";
c20d58286a51 cleaned up;
wenzelm
parents: 6470
diff changeset
    12
time_use_thy "TrivEx2";