author | wenzelm |
Tue, 24 Aug 1999 11:50:58 +0200 | |
changeset 7333 | 6cb15c6f1d9f |
parent 7292 | dff3470c5c62 |
child 7334 | a90fc1e5fb19 |
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 |
writeln"Root file for HOL/Real"; |
|
10 |
||
11 |
set proof_timing; |
|
5588 | 12 |
time_use_thy "RealDef"; |
6490 | 13 |
use "simproc.ML"; |
5078 | 14 |
time_use_thy "RComplete"; |
6490 | 15 |
time_use_thy "Hyperreal/Filter"; |
7219 | 16 |
time_use_thy "Hyperreal/HyperDef"; |