src/HOL/Main.thy
author wenzelm
Wed, 04 Nov 2009 20:31:36 +0100
changeset 33411 a07558eb5029
parent 33250 5c2af18a3237
child 33562 b1e2830ee31a
permissions -rw-r--r--
worker_next: treat wait for work_available as Sleeping, not Waiting; max_threads: simple adaptive scheme between m and 2 * m;

header {* Main HOL *}

theory Main
imports Plain Nitpick Predicate_Compile Recdef
begin

text {*
  Classical Higher-order Logic -- only ``Main'', excluding real and
  complex numbers etc.
*}

text {* See further \cite{Nipkow-et-al:2002:tutorial} *}

end