src/HOL/Complex_Main.thy
author wenzelm
Wed, 23 Dec 2020 21:15:21 +0100
changeset 72988 52ba78df4088
parent 63571 aee0d92995b6
child 73411 1f1366966296
permissions -rw-r--r--
disable auto_nitpick for now: spurious problems with non-termination e.g. in HOL-Hoare examples;

section \<open>Comprehensive Complex Theory\<close>

theory Complex_Main
imports
  Complex
  MacLaurin
begin

end