| author | oheimb |
| Mon, 06 Sep 1999 18:19:12 +0200 | |
| changeset 7497 | a18f3bce7198 |
| parent 7334 | a90fc1e5fb19 |
| child 7583 | d1b40e0464b1 |
| 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"; |
| 7334 | 14 |
time_use_thy "Real"; |
| 6490 | 15 |
time_use_thy "Hyperreal/Filter"; |
| 7219 | 16 |
time_use_thy "Hyperreal/HyperDef"; |