src/HOL/Complex_Main.thy
author wenzelm
Sat, 02 Apr 2016 23:14:08 +0200
changeset 62825 e6e80a8bf624
parent 60758 d8d85a8172b5
child 63570 1826a90b9cbc
permissions -rw-r--r--
structure PolyML is sealed after bootstrap: all ML system access is managed by Isabelle;

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

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end