src/HOL/Main.thy
author nipkow
Mon, 01 Sep 2008 22:10:42 +0200
changeset 28072 a45e8c872dc1
parent 27367 a75d71c73362
child 28091 50f2d6ba024c
permissions -rw-r--r--
It appears that the code generator (Stefan's) needs some laws that appear superfluous: {..n} = set ...

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

header {* Main HOL *}

theory Main
imports Plain Map Presburger Recdef
begin

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

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

end