src/HOL/ROOT.ML
author wenzelm
Tue, 03 Jul 2007 22:27:19 +0200
changeset 23558 9325845aff1c
parent 23166 45f3c90b2d27
child 23894 1a4167d761ac
permissions -rw-r--r--
tuned is_comb/is_binop -- avoid construction of cterms; removed conjunction rules (cf. HOLogic.conj_XXX);

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

use_thy "Main";

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

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