src/HOL/Complex_Main.thy
author Andreas Lochbihler
Thu, 28 Jun 2012 09:16:00 +0200
changeset 48164 e97369f20c30
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
change card_UNIV from itself to phantom type to avoid unnecessary closures in generated code

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  SupInf
  Complex
  Log
  Ln
  Taylor
  Deriv
begin

end