src/HOL/MicroJava/ROOT.ML
author paulson
Fri, 05 Jan 2001 10:17:19 +0100
changeset 10783 2781ac7a4619
parent 10631 591ea23d27a0
child 11026 a50365d21144
permissions -rw-r--r--
fixed two proofs that were affected by the removal of obsolete rules


goals_limit := 1;

Unify.search_bound := 40;
Unify.trace_bound  := 40;

add_path "J";
add_path "JVM";
add_path "BV";

use_thy "JTypeSafe";
use_thy "Example";
use_thy "BVSpecTypeSafe";
use_thy "LBVCorrect";
use_thy "LBVComplete";
use_thy "JVM";