src/HOL/Complex/Complex_Main.thy
author wenzelm
Tue, 07 Aug 2007 20:19:50 +0200
changeset 24174 59a5ffec7078
parent 22983 3314057c3b57
child 26118 6f94eb10adad
permissions -rw-r--r--
theory loader: removed obsolete update_thy (coincides with use_thy);

(*  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