src/HOL/Main.thy
author haftmann
Tue, 16 Sep 2008 09:21:24 +0200
changeset 28228 7ebe8dc06cbb
parent 28091 50f2d6ba024c
child 28263 69eaa97e7e96
permissions -rw-r--r--
evaluation using code generator

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

header {* Main HOL *}

theory Main
imports Plain Code_Eval Map Nat_Int_Bij Recdef
begin

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

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

end