src/HOL/MicroJava/ROOT.ML
author wenzelm
Mon, 18 Sep 2000 14:10:31 +0200
changeset 10015 8c16ec5ba62b
parent 9579 28e26f468f08
child 10047 8f228c148456
permissions -rw-r--r--
indicate occurrences of 'handle _';


goals_limit := 1;

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

with_paths ["J"             ] use_thy "JTypeSafe";
with_paths ["J"             ] use_thy "Example";
with_paths ["J", "JVM", "BV"] use_thy "BVSpecTypeSafe";
with_paths ["J", "JVM", "BV"] use_thy "LBVCorrect";
with_paths ["J", "JVM", "BV"] use_thy "LBVComplete";