src/HOL/ROOT.ML
author wenzelm
Thu, 31 May 2007 18:16:57 +0200
changeset 23166 45f3c90b2d27
parent 22997 d4f3b015b50b
child 23894 1a4167d761ac
permissions -rw-r--r--
proper loading of ML files (in HOL.thy); moved Integ files to canonical place; misc cleanup;

(*  Title:      HOL/ROOT.ML
    ID:         $Id$
 
Classical Higher-order Logic.
*)

use_thy "Main";

path_add "~~/src/HOL/Library";

Goal "True";  (*leave subgoal package empty*)