src/HOL/Complex_Main.thy
author wenzelm
Sat, 04 Mar 2023 22:29:21 +0100
changeset 77509 3bc49507bae5
parent 73411 1f1366966296
child 80177 1478555580af
permissions -rw-r--r--
clarified treatment of "verbose" messages, e.g. Progress.theory(); always store messages within database, with explicit "verbose" flag: client-side will decide about output;

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

theory Complex_Main
imports
  Complex
  MacLaurin
begin

end