author | oheimb |
Mon, 21 Sep 1998 23:25:27 +0200 | |
changeset 5526 | e7617b57a3e6 |
parent 5078 | 7b5ea59c0275 |
child 5588 | a3ab526bb891 |
permissions | -rw-r--r-- |
5078 | 1 |
(* Title: HOL/Real/ROOT |
2 |
ID: $Id$ |
|
3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
4 |
Copyright 1998 University of Cambridge |
|
5 |
||
6 |
Construction of the Reals using Dedekind Cuts, by Jacques Fleuriot |
|
7 |
*) |
|
8 |
||
9 |
HOL_build_completed; (*Make examples fail if HOL did*) |
|
10 |
||
11 |
writeln"Root file for HOL/Real"; |
|
12 |
||
13 |
set proof_timing; |
|
14 |
time_use_thy "RealAbs"; |
|
15 |
time_use_thy "RComplete"; |