src/ZF/ROOT.ML
author wenzelm
Thu, 31 May 2007 12:06:31 +0200
changeset 23146 0bc590051d95
parent 17935 c6f1442ce949
child 23168 fcdd4346fa6b
permissions -rw-r--r--
moved Integ files to canonical place;

(*  Title:      ZF/ROOT.ML
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

Zermelo-Fraenkel Set Theory on top of classical First-Order Logic.
This theory is the work of Martin Coen, Philippe Noel and Lawrence
Paulson.
*)

val banner = "ZF Set Theory (in FOL)";
writeln banner;

reset eta_contract;

use_thy "Main_ZFC";

Goal "True";  (*leave subgoal package empty*)