src/HOL/Main.thy
author ballarin
Wed, 17 Dec 2008 17:53:41 +0100
changeset 29239 0a64c3418347
parent 28263 69eaa97e7e96
child 29304 5c71a6da989d
permissions -rw-r--r--
Prevent defines from being checked in interpretation.

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

header {* Main HOL *}

theory Main
imports Plain Code_Eval Map Nat_Int_Bij Recdef
begin

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

end