src/HOL/Complex_Main.thy
author blanchet
Thu, 07 Nov 2013 00:37:18 +0100
changeset 54286 22616f65d4ea
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
properly detect when to perform n2m -- e.g. handle the case of two independent functions on irrelevant types being defined in parallel

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end