src/HOL/Main.thy
author bulwahn
Tue, 03 Nov 2009 10:36:20 +0100
changeset 33405 5c1928d5db38
parent 33250 5c2af18a3237
child 33562 b1e2830ee31a
permissions -rw-r--r--
adding testcases for code inlining, sets and numerals to the example files of the predicate compiler and its quickcheck prototype; disabling length example

header {* Main HOL *}

theory Main
imports Plain Nitpick Predicate_Compile Recdef
begin

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

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

end