src/HOL/Main.thy
author berghofe
Wed, 21 May 2008 14:04:41 +0200
changeset 26964 df1f238a05f7
parent 26729 43a72d892594
child 27367 a75d71c73362
permissions -rw-r--r--
Added entry explaining incompatibilities introduced by replacing sets by predicates.

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

header {* Main HOL *}

theory Main
imports Map
begin

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

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

end