src/HOL/Hyperreal/Hyperreal.thy
author chaieb
Mon, 11 Jun 2007 11:05:59 +0200
changeset 23313 af2847a95751
parent 22983 3314057c3b57
child 26121 d4fbf84a6636
permissions -rw-r--r--
Added new files for Presburger (cooper_data.ML, cooper.ML) and deleted old unused ones cooper_dec, cooper_proof, reflected_cooper etc..

(*  Title:      HOL/Hyperreal/Hyperreal.thy
    ID:         $Id$
    Author:     Jacques Fleuriot, Cambridge University Computer Laboratory
    Copyright   1998  University of Cambridge

Construction of the Hyperreals by the Ultrapower Construction
and mechanization of Nonstandard Real Analysis
*)

theory Hyperreal
imports Ln Poly Taylor Integration HLog
begin

end