src/HOL/Main.thy
author wenzelm
Mon, 01 Jun 2009 16:12:42 +0200
changeset 31328 0d3aa0aeb96f
parent 31203 5c8fb4fd67e0
child 33192 08a39a957ed7
permissions -rw-r--r--
maintain tokens within common ML environment;

header {* Main HOL *}

theory Main
imports Plain Quickcheck Map Recdef SAT
begin

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

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

end