src/HOL/ROOT.ML
author wenzelm
Thu, 05 Jul 2007 00:06:17 +0200
changeset 23579 1a8ca0e480cd
parent 23166 45f3c90b2d27
child 23894 1a4167d761ac
permissions -rw-r--r--
avoid polymorphic equality; do not export ring_conv (which is not a conversion anyway); renamed algebra_tac to ring_tac; ring_tac: simplified tactic wrapper, no longer handles ERROR;

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

use_thy "Main";

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

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