src/HOL/Main.thy
author haftmann
Wed, 20 Feb 2008 14:52:34 +0100
changeset 26100 fbc60cd02ae2
parent 25964 080f89d89990
child 26729 43a72d892594
permissions -rw-r--r--
using only an relation predicate to construct div and mod

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

header {* Main HOL *}

theory Main
imports Map
begin

text {*
  Theory @{text Main} includes everything.  Note that theory @{text
  PreList} already includes most HOL theories.
*}

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

ML {* path_add "~~/src/HOL/Library" *}

end