src/HOL/Main.thy
author haftmann
Mon, 11 Aug 2008 14:50:00 +0200
changeset 27824 97d2a3797ce0
parent 27367 a75d71c73362
child 28091 50f2d6ba024c
permissions -rw-r--r--
rudimentary code setup for set operations

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