src/HOL/Main.thy
author nipkow
Mon, 07 Sep 2009 22:08:05 +0200
changeset 32538 86035c5f61b5
parent 31203 5c8fb4fd67e0
child 33192 08a39a957ed7
permissions -rw-r--r--
Fixed "minimal" to cover the case that "p []" holds (excluded in the article by Bradley & Manna)

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