src/HOL/Main.thy
author haftmann
Sat, 26 Jul 2008 09:00:26 +0200
changeset 27686 d1dbe31655be
parent 27367 a75d71c73362
child 28091 50f2d6ba024c
permissions -rw-r--r--
tuned function name

(*  Title:      HOL/Main.thy
    ID:         $Id$
*)

header {* Main HOL *}

theory Main
imports Plain Map Presburger Recdef
begin

ML {* val HOL_proofs = ! Proofterm.proofs *}

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

end