| author | wenzelm | 
| Sun, 16 Jul 2000 20:50:15 +0200 | |
| changeset 9356 | 30c3d3e308ee | 
| parent 9108 | 9fff97d29837 | 
| child 9430 | c2dd2780f88d | 
| permissions | -rw-r--r-- | 
| 9108 | 1 | (* Title: HOL/Real/ROOT.ML | 
| 5078 | 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 | |
| 7583 
d1b40e0464b1
Restructured lin.arith.package and fixed a proof in RComplete.
 nipkow parents: 
7334diff
changeset | 7 | |
| 
d1b40e0464b1
Restructured lin.arith.package and fixed a proof in RComplete.
 nipkow parents: 
7334diff
changeset | 8 | Linear real arithmetic is installed in RealBin.ML. | 
| 5078 | 9 | *) | 
| 10 | ||
| 9108 | 11 | with_path "Hyperreal" use_thy "HyperDef"; |