src/HOL/Main.thy
author wenzelm
Tue, 10 Jun 2008 19:15:21 +0200
changeset 27128 d2374ba6c02e
parent 26729 43a72d892594
child 27367 a75d71c73362
permissions -rw-r--r--
InductTacs.case_tac with proper context and proper declaration of local variable;

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