src/HOL/Main.thy
author nipkow
Tue, 02 Sep 2008 21:31:28 +0200
changeset 28091 50f2d6ba024c
parent 27367 a75d71c73362
child 28228 7ebe8dc06cbb
permissions -rw-r--r--
Streamlined parts of Complex/ex/DenumRat and AFP/Integration/Rats and distributed them over Real/ (to do with bijections and density). Library/NatPair became Nat_Int_Bij and made that part of Main.

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

header {* Main HOL *}

theory Main
imports Plain Map Nat_Int_Bij Recdef
begin

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

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

end