src/HOL/MicroJava/ROOT.ML
author kleing
Thu, 07 Dec 2000 19:26:30 +0100
changeset 10631 591ea23d27a0
parent 10611 e460c53c1c9b
child 11026 a50365d21144
permissions -rw-r--r--
removed Digest (temporarily, not up to date) added theory JVM


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";