src/HOL/Complex_Main.thy
author wenzelm
Fri, 20 Oct 2023 22:19:05 +0200
changeset 78805 62616d8422c5
parent 73411 1f1366966296
child 80177 1478555580af
permissions -rw-r--r--
added ML antiquotation "simproc_setup";

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

theory Complex_Main
imports
  Complex
  MacLaurin
begin

end