src/HOL/Real/ROOT.ML
author paulson
Mon, 17 Aug 1998 13:09:08 +0200
changeset 5325 f7a5e06adea1
parent 5078 7b5ea59c0275
child 5588 a3ab526bb891
permissions -rw-r--r--
Yet more removal of "goal" commands, especially "goal ZF.thy", so ZF.thy contains fewer theorems than before

(*  Title:      HOL/Real/ROOT
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1998  University of Cambridge

Construction of the Reals using Dedekind Cuts, by Jacques Fleuriot
*)

HOL_build_completed;    (*Make examples fail if HOL did*)

writeln"Root file for HOL/Real";

set proof_timing;
time_use_thy "RealAbs";
time_use_thy "RComplete";