src/HOL/Complex_Main.thy
author blanchet
Wed, 06 Dec 2023 11:08:39 +0100
changeset 79139 359abf434d70
parent 73411 1f1366966296
child 80177 1478555580af
permissions -rw-r--r--
don't freeze terms in Sledgehammer, as this has a bad impact on 'using' facts

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

theory Complex_Main
imports
  Complex
  MacLaurin
begin

end