src/HOL/Complex/Complex_Main.thy
author wenzelm
Fri, 17 Nov 2006 02:20:03 +0100
changeset 21404 eb85850d3eb7
parent 15140 322485b816ac
child 22655 83878e551c8c
permissions -rw-r--r--
more robust syntax for definition/abbreviation/notation;

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