src/HOL/Complex/Complex_Main.thy
author wenzelm
Tue, 16 May 2006 13:01:23 +0200
changeset 19641 f1de44e61ec1
parent 15140 322485b816ac
child 22655 83878e551c8c
permissions -rw-r--r--
replaced low-level Term.str_of by Display.raw_string_of_term (should actually use Display.string_of_term);

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