src/HOL/Complex_Main.thy
author kuncar
Tue, 25 Feb 2014 19:07:14 +0100
changeset 55736 f1ed1e9cd080
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
unregister lifting setup following the best practice of Lifting

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end