src/ZF/ROOT.ML
author wenzelm
Thu, 08 Aug 2002 23:51:24 +0200
changeset 13486 54464ea94d6f
parent 12715 f7299128cd7d
child 15481 fc075ae929e4
permissions -rw-r--r--
exception SIMPROC_FAIL: solid error reporting of simprocs;

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

print_depth 1;

(*syntax for old-style theory sections*)
use "thy_syntax";

use "~~/src/Provers/Arith/cancel_numerals.ML";
use "~~/src/Provers/Arith/combine_numerals.ML";

with_path "Integ" use_thy "Main_ZFC";

print_depth 8;

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