src/HOL/Main.thy
author haftmann
Mon, 20 Jul 2009 08:31:12 +0200
changeset 32077 3698947146b2
parent 31203 5c8fb4fd67e0
child 33192 08a39a957ed7
permissions -rw-r--r--
closer relation of sets and complete lattices; corresponding consts, defs and syntax at similar places in theory text

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