src/HOL/Complex_Main.thy
author haftmann
Tue, 13 Oct 2015 09:21:15 +0200
changeset 61424 c3658c18b7bc
parent 60758 d8d85a8172b5
child 63570 1826a90b9cbc
permissions -rw-r--r--
prod_case as canonical name for product type eliminator

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

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end