src/HOL/Main.thy
author haftmann
Wed, 22 Jul 2009 14:20:32 +0200
changeset 32135 f645b51e8e54
parent 31203 5c8fb4fd67e0
child 33192 08a39a957ed7
permissions -rw-r--r--
set intersection and union now named inter and union; closer connection between set and lattice operations; factored out complete lattice

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