src/ZF/UNITY/ROOT.ML
author kleing
Tue, 13 May 2003 08:59:21 +0200
changeset 14024 213dcc39358f
parent 12198 113c1cd7a164
child 14046 6616e6c53d48
permissions -rw-r--r--
HOL-Real -> HOL-Complex
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11479
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
     1
(*  Title:      ZF/UNITY/ROOT
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
     2
    ID:         $Id$
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
     4
    Copyright   1998  University of Cambridge
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
     5
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
     6
Root file for ZF/UNITY proofs.
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
     7
*)
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
     8
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
     9
(*Basic meta-theory*)
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
    10
time_use_thy "Guar";
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
    11
12198
113c1cd7a164 Added new entry
ehmety
parents: 11479
diff changeset
    12
(* Prefix relation; part of the Allocator example *)
113c1cd7a164 Added new entry
ehmety
parents: 11479
diff changeset
    13
time_use_thy "GenPrefix";
113c1cd7a164 Added new entry
ehmety
parents: 11479
diff changeset
    14
11479
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
    15
(*Simple examples: no composition*)
697dcaaf478f new ZF/UNITY theory
paulson
parents:
diff changeset
    16
time_use_thy"Mutex";
12198
113c1cd7a164 Added new entry
ehmety
parents: 11479
diff changeset
    17