src/HOL/MicroJava/ROOT.ML
author oheimb
Thu, 18 Jan 2001 17:38:56 +0100
changeset 10925 5ffe7ed8899a
parent 10631 591ea23d27a0
child 11026 a50365d21144
permissions -rw-r--r--
is_class and class now as defs (rather than translations); corrected Digest.thy


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