src/HOL/MicroJava/ROOT.ML
author paulson
Thu, 14 Sep 2000 11:34:13 +0200
changeset 9955 6ed42bcba707
parent 9579 28e26f468f08
child 10047 8f228c148456
permissions -rw-r--r--
a bit more of division


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