src/HOL/Complex_Main.thy
author blanchet
Fri, 10 Jan 2014 16:18:18 +0100
changeset 54979 d7593bfccf25
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
correctly extract code RHS, with loose bound variables

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end