src/HOL/Complex_Main.thy
author huffman
Tue, 17 Apr 2012 11:03:08 +0200
changeset 47503 cb44d09d9d22
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
add theory data for relator identity rules; preprocess transfer rules generated by lift_definition using relator rules

header {* Comprehensive Complex Theory *}

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

end