src/HOL/Complex/Complex_Main.thy
author paulson
Wed, 04 Jul 2007 13:56:26 +0200
changeset 23563 42f2f90b51a6
parent 22983 3314057c3b57
child 26118 6f94eb10adad
permissions -rw-r--r--
simplified a proof

(*  Title:      HOL/Complex/Complex_Main.thy
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   2003  University of Cambridge
*)

header{*Comprehensive Complex Theory*}

theory Complex_Main
imports CLim "../Hyperreal/Hyperreal"
begin

end