src/HOLCF/IOA/ABP/ROOT.ML
author wenzelm
Tue, 10 Jul 2007 23:29:43 +0200
changeset 23719 ccd9cb15c062
parent 19360 f47412f922ab
child 24584 01e83ffa6c54
permissions -rw-r--r--
more markup for inner and outer syntax; added enclose;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3072
a31419014be5 Old ABP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     1
(*  Title:      HOL/IOA/ABP/ROOT.ML
a31419014be5 Old ABP files now running under the IOA meta theory 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: 17240
diff changeset
     3
    Author:     Olaf Mueller
3072
a31419014be5 Old ABP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     4
4423
a129b817b58a expandshort;
wenzelm
parents: 3072
diff changeset
     5
This is the ROOT file for the Alternating Bit Protocol performed in
12218
wenzelm
parents: 9000
diff changeset
     6
I/O-Automata.  *)
3072
a31419014be5 Old ABP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     7
a31419014be5 Old ABP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     8
goals_limit := 1;
a31419014be5 Old ABP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     9
17240
f197d8e8d4d2 use Check.ML;
wenzelm
parents: 14981
diff changeset
    10
use "Check";
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6217
diff changeset
    11
time_use_thy "Correctness";