src/HOL/Real/ROOT.ML
author paulson
Wed, 05 Aug 1998 10:57:25 +0200
changeset 5253 82a5ca6290aa
parent 5078 7b5ea59c0275
child 5588 a3ab526bb891
permissions -rw-r--r--
New record type of programs

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