src/HOL/MicroJava/ROOT.ML
author kleing
Wed, 30 Aug 2000 21:40:35 +0200
changeset 9755 6fefedeb3428
parent 9579 28e26f468f08
child 10047 8f228c148456
permissions -rw-r--r--
tuned


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