| author | paulson | 
| Mon, 24 May 1999 15:44:20 +0200 | |
| changeset 6701 | e84a0b941beb | 
| parent 6490 | 4961ecbaaff7 | 
| child 7219 | 4e3f386c2e37 | 
| 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 "RealAbs"; | 
| 15 | time_use_thy "RComplete"; | |
| 6490 | 16 | time_use_thy "Hyperreal/Filter"; |