src/HOL/Complex_Main.thy
author traytel
Fri, 21 Aug 2015 16:10:11 +0200
changeset 61004 1dd6669ff612
parent 60758 d8d85a8172b5
child 63570 1826a90b9cbc
permissions -rw-r--r--
don't use types that come from the database---they are inconsistent with the ones occurring in the terms

section \<open>Comprehensive Complex Theory\<close>

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end