src/HOL/UNITY/ROOT.ML
author wenzelm
Wed, 18 Oct 2000 23:42:18 +0200
changeset 10265 4e004b548049
parent 9112 44fc37919579
child 10782 ddb433987557
permissions -rw-r--r--
use Multiset from HOL/Library;
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
6818
852f9ed01a53 no longer needs ../Lex
paulson
parents: 6730
diff changeset
     9
time_use_thy "UNITY";
4776
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    10
time_use_thy "Deadlock";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    11
time_use_thy "WFair";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    12
time_use_thy "Common";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    13
time_use_thy "Network";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    14
time_use_thy "Token";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    15
time_use_thy "Channel";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    16
time_use_thy "Mutex";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    17
time_use_thy "FP";
1f9362e769c1 New UNITY theory
paulson
parents:
diff changeset
    18
time_use_thy "Reach";
5253
82a5ca6290aa New record type of programs
paulson
parents: 4776
diff changeset
    19
time_use_thy "Handshake";
5357
6efb2b87610c New theory Lift
paulson
parents: 5253
diff changeset
    20
time_use_thy "Lift";
5620
3ac11c4af76a tidying and renaming
paulson
parents: 5430
diff changeset
    21
time_use_thy "Comp";
8987
718907f55f62 fixed the dependences
paulson
parents: 8334
diff changeset
    22
time_use_thy "Reachability";
9112
44fc37919579 added the AllocImpl example
paulson
parents: 9000
diff changeset
    23
6730
fa1f63249077 new theories Follows and ListOrder
paulson
parents: 6536
diff changeset
    24
(*Allocator example*)
6295
351b3c2b0d83 removed the infernal States, eqStates, compatible, etc.
paulson
parents: 6216
diff changeset
    25
time_use_thy "PPROD";
7513
879ae27f5e6f new example HOL/UNITY/TimerArray
paulson
parents: 7240
diff changeset
    26
time_use_thy "TimerArray";
9112
44fc37919579 added the AllocImpl example
paulson
parents: 9000
diff changeset
    27
44fc37919579 added the AllocImpl example
paulson
parents: 9000
diff changeset
    28
time_use_thy "Alloc";
44fc37919579 added the AllocImpl example
paulson
parents: 9000
diff changeset
    29
time_use_thy "AllocImpl";
8987
718907f55f62 fixed the dependences
paulson
parents: 8334
diff changeset
    30
time_use_thy "Client";
718907f55f62 fixed the dependences
paulson
parents: 8334
diff changeset
    31
718907f55f62 fixed the dependences
paulson
parents: 8334
diff changeset
    32
time_use_thy "ELT";  (*obsolete*)
5430
4a179dba527a New UNITY theory, the N-S protocol
paulson
parents: 5357
diff changeset
    33
9000
c20d58286a51 cleaned up;
wenzelm
parents: 8987
diff changeset
    34
with_path "../Auth"  (*to find Public.thy*)
c20d58286a51 cleaned up;
wenzelm
parents: 8987
diff changeset
    35
  time_use_thy"NSP_Bad";