src/HOL/Complex/Complex_Main.thy
author webertj
Tue, 01 Aug 2006 14:58:43 +0200
changeset 20276 d94dc40673b1
parent 15140 322485b816ac
child 22655 83878e551c8c
permissions -rw-r--r--
possible disagreement between proof search and proof reconstruction when eliminating inequalities over different types fixed

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