src/HOL/Main.thy
author haftmann
Mon, 26 Dec 2011 22:17:10 +0100
changeset 45990 b7b905b23b2a
parent 44918 6a80fbc4e72c
child 46155 f27cf421500a
permissions -rw-r--r--
incorporated More_Set and More_List into the Main body -- to be consolidated later

header {* Main HOL *}

theory Main
imports Plain Predicate_Compile Nitpick More_Set
begin

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

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

end