src/HOL/Complex/Complex_Main.thy
author huffman
Thu, 07 Jun 2007 03:11:31 +0200
changeset 23287 063039db59dd
parent 22983 3314057c3b57
child 26118 6f94eb10adad
permissions -rw-r--r--
define (1::preal); clean up instance declarations

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