src/HOL/Main.thy
author haftmann
Tue, 02 Nov 2010 16:31:57 +0100
changeset 40304 62bdd1bfcd90
parent 40181 3788b7adab36
child 40420 552563ea3304
permissions -rw-r--r--
lemmas sorted_map_same, sorted_same

header {* Main HOL *}

theory Main
imports Plain Record 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