src/HOL/Complex_Main.thy
author wenzelm
Thu, 12 May 2016 10:57:09 +0200
changeset 63086 5c8e6a751adc
parent 60758 d8d85a8172b5
child 63570 1826a90b9cbc
permissions -rw-r--r--
avoid spurious fact index, notably in "context begin" (via Bundle.context);

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

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end