src/HOL/Real/ROOT.ML
author wenzelm
Thu, 14 Jul 2005 17:21:35 +0200
changeset 16828 581764860c2b
parent 16782 b214f21ae396
permissions -rw-r--r--
tuned;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9108
9fff97d29837 bind_thm(s);
wenzelm
parents: 9043
diff changeset
     1
(*  Title:      HOL/Real/ROOT.ML
5078
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     2
    ID:         $Id$
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     4
    Copyright   1998  University of Cambridge
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     5
10752
c4f1bf2acf4c tidying, and separation of HOL-Hyperreal from HOL-Real
paulson
parents: 10094
diff changeset
     6
Construction of the Reals using Dedekind Cuts 
c4f1bf2acf4c tidying, and separation of HOL-Hyperreal from HOL-Real
paulson
parents: 10094
diff changeset
     7
by Jacques Fleuriot
5078
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     8
*)
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     9
16828
wenzelm
parents: 16782
diff changeset
    10
time_use_thy "Float";