src/HOL/Main.thy
author boehmes
Wed, 12 May 2010 23:54:04 +0200
changeset 36899 bcd6fce5bf06
parent 35284 9edc2bd6d2bd
child 38393 7c045c03598f
permissions -rw-r--r--
layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable

header {* Main HOL *}

theory Main
imports Plain Predicate_Compile Nitpick SMT
begin

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

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

end