src/HOL/Complex/Complex_Main.thy
author wenzelm
Sat, 17 Jun 2006 19:37:53 +0200
changeset 19912 4a3e35fd6e02
parent 15140 322485b816ac
child 22655 83878e551c8c
permissions -rw-r--r--
added singleton;

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

end