src/HOL/Main.thy
author huffman
Sat, 21 Apr 2012 10:59:52 +0200
changeset 47647 ec29cc09599d
parent 46155 f27cf421500a
child 51112 da97167e03f7
permissions -rw-r--r--
renamed contravariant relator set_rel to vset_rel, to make room for new covariant relator

header {* Main HOL *}

theory Main
imports Plain Predicate_Compile Nitpick
begin

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

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

end