src/HOLCF/IOA/NTP/ROOT.ML
author kleing
Sat, 08 Apr 2006 15:24:21 +0200
changeset 19360 f47412f922ab
parent 14981 e73f8140af78
child 19739 c58ef2aa5430
permissions -rw-r--r--
converted Müller to Mueller to make smlnj 110.58 work
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3073
88366253a09a Old NTP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     1
(*  Title:      HOL/IOA/examples/NTP/ROOT.ML
88366253a09a Old NTP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     2
    ID:         $Id$
88366253a09a Old NTP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     3
    Author:     Tobias Nipkow & Konrad Slind
88366253a09a Old NTP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     4
12218
wenzelm
parents: 9000
diff changeset
     5
This is the ROOT file for a network transmission protocol (NTP
wenzelm
parents: 9000
diff changeset
     6
subdirectory), performed in the I/O automata formalization by Olaf
19360
f47412f922ab converted Müller to Mueller to make smlnj 110.58 work
kleing
parents: 14981
diff changeset
     7
Mueller.
3073
88366253a09a Old NTP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     8
*)
88366253a09a Old NTP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
     9
88366253a09a Old NTP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
    10
goals_limit := 1;
88366253a09a Old NTP files now running under the IOA meta theory based on HOLCF;
mueller
parents:
diff changeset
    11
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6217
diff changeset
    12
time_use_thy "Correctness";