src/HOL/Main.thy
author wenzelm
Wed, 21 Sep 2011 22:18:17 +0200
changeset 45028 d608dd8cd409
parent 44918 6a80fbc4e72c
child 45990 b7b905b23b2a
permissions -rw-r--r--
alternative Socket_Channel; use BinIO for fifos uniformly;

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