src/ZF/ROOT.ML
author krauss
Mon, 11 Feb 2008 15:40:21 +0100
changeset 26056 6a0801279f4c
parent 25750 4e796867ccb5
child 26058 279016aebc41
permissions -rw-r--r--
Made theory names in ZF disjoint from HOL theory names to allow loading both developments in a single session (but not merge them).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12175
5cf58a1799a7 rearranged inductive package for Isar;
wenzelm
parents: 12133
diff changeset
     1
(*  Title:      ZF/ROOT.ML
6
8ce8c4d13d4d Installation of new simplifier for ZF. Deleted all congruence rules not
lcp
parents: 5
diff changeset
     2
    ID:         $Id$
1461
6bcb44e4d6e5 expanded tabs
clasohm
parents: 1361
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
    Copyright   1993  University of Cambridge
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
12175
5cf58a1799a7 rearranged inductive package for Isar;
wenzelm
parents: 12133
diff changeset
     6
Zermelo-Fraenkel Set Theory on top of classical First-Order Logic.
5cf58a1799a7 rearranged inductive package for Isar;
wenzelm
parents: 12133
diff changeset
     7
This theory is the work of Martin Coen, Philippe Noel and Lawrence
5cf58a1799a7 rearranged inductive package for Isar;
wenzelm
parents: 12133
diff changeset
     8
Paulson.
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     9
*)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
26056
6a0801279f4c Made theory names in ZF disjoint from HOL theory names to allow loading both developments
krauss
parents: 25750
diff changeset
    11
use_thy "Main";
25750
4e796867ccb5 removed obsolete banner;
wenzelm
parents: 23894
diff changeset
    12
use_thy "Main_ZFC";
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    13