src/HOL/Main.thy
author berghofe
Fri, 23 May 2008 16:37:57 +0200
changeset 26974 83adc1eaeaab
parent 26729 43a72d892594
child 27367 a75d71c73362
permissions -rw-r--r--
Replaced Pretty.str and Pretty.string_of by specific functions that set print_mode and margin appropriately.

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