src/ZF/ROOT.ML
author krauss
Thu, 18 Oct 2007 17:44:30 +0200 (2007-10-18)
changeset 25088 9a13ab12b174
parent 23894 1a4167d761ac
child 25750 4e796867ccb5
permissions -rw-r--r--
Simultaneous type inference using read_specification
(*  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";