src/HOL/Complex_Main.thy
author huffman
Sat, 08 Jan 2011 10:02:43 -0800
changeset 41478 18500bd1f47b
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
make print translation for Abs_cfun consistent with other binders: prevent eta-contraction, but don't force eta-expansion

header {* Comprehensive Complex Theory *}

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

end