src/HOL/Main.thy
author wenzelm
Fri, 03 Oct 2008 21:06:39 +0200
changeset 28491 c5420429a5aa
parent 28263 69eaa97e7e96
child 29304 5c71a6da989d
permissions -rw-r--r--
plain process_id function;

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