src/ZF/ROOT.ML
author wenzelm
Tue, 17 Jul 2007 13:19:18 +0200
changeset 23823 441148ca8323
parent 23168 fcdd4346fa6b
child 23894 1a4167d761ac
permissions -rw-r--r--
added General/print_mode.ML, pure_setup.ML;

(*  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;

use_thy "Main_ZFC";

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