src/HOL/Main.thy
author haftmann
Tue, 19 May 2009 16:54:55 +0200
changeset 31205 98370b26c2ce
parent 31203 5c8fb4fd67e0
child 33192 08a39a957ed7
permissions -rw-r--r--
String.literal replaces message_string, code_numeral replaces (code_)index

header {* Main HOL *}

theory Main
imports Plain Quickcheck Map Recdef SAT
begin

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

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

end