src/HOL/Complex_Main.thy
author bulwahn
Fri, 06 May 2011 11:57:21 +0200
changeset 42707 42d607a9ae65
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
improving merge of code specifications by removing code equations of constructors after merging two theories

header {* Comprehensive Complex Theory *}

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

end