src/HOL/Complex_Main.thy
author blanchet
Mon, 16 Jun 2014 19:41:42 +0200
changeset 57266 6a3b5085fb8f
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
fixed parsing of one-argument 'file()' in TSTP files

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end