src/HOL/Main.thy
author haftmann
Wed, 17 Dec 2008 12:10:40 +0100
changeset 29135 20b42397e293
parent 28263 69eaa97e7e96
child 29304 5c71a6da989d
permissions -rw-r--r--
GHC ext pragma in generated Haskell modules

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