src/HOL/UNITY/ROOT.ML
author paulson
Fri, 03 Apr 1998 12:34:33 +0200
changeset 4776 1f9362e769c1
child 5253 82a5ca6290aa
permissions -rw-r--r--
New UNITY theory
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4776
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
     1
(*  Title:      HOL/UNITY/ROOT
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
     2
    ID:         $Id$
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
     4
    Copyright   1998  University of Cambridge
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
     5
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
     6
Root file for UNITY proofs.
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
     7
*)
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
     8
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
     9
HOL_build_completed;    (*Make examples fail if HOL did*)
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    10
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    11
writeln"Root file for HOL/UNITY";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    12
set proof_timing;
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    13
time_use_thy "Deadlock";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    14
time_use_thy "WFair";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    15
time_use_thy "Common";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    16
time_use_thy "Network";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    17
time_use_thy "Token";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    18
time_use_thy "Channel";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    19
time_use_thy "Mutex";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    20
time_use_thy "FP";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    21
time_use_thy "Reach";