src/HOL/Main.thy
author avigad
Fri, 17 Jul 2009 13:12:18 -0400
changeset 32047 c141f139ce26
parent 31203 5c8fb4fd67e0
child 33192 08a39a957ed7
permissions -rw-r--r--
Changed fact_Suc_nat back to fact_Suc

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