src/HOL/MicroJava/ROOT.ML
author wenzelm
Tue, 12 Sep 2000 22:13:23 +0200
changeset 9941 fe05af7ec816
parent 9579 28e26f468f08
child 10047 8f228c148456
permissions -rw-r--r--
renamed atts: rulify to rule_format, elimify to elim_format;


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