src/HOL/Complex/Complex_Main.thy
author berghofe
Thu, 10 Jan 2008 19:24:23 +0100
changeset 25890 0ba401ddbaed
parent 22983 3314057c3b57
child 26118 6f94eb10adad
permissions -rw-r--r--
Now uses more carefully designed simpsets to prevent proofs from failing for some strange datatypes with nested recursion.

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