src/HOL/Main.thy
author wenzelm
Sat, 28 Jun 2008 22:52:07 +0200
changeset 27389 823c7ec3ea4f
parent 27367 a75d71c73362
child 28091 50f2d6ba024c
permissions -rw-r--r--
Isar theorem values within ML.

(*  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