src/HOL/MicroJava/ROOT.ML
author kleing
Mon, 07 Aug 2000 14:34:03 +0200
changeset 9550 19a6d1289f5e
parent 9240 f4d76cb26433
child 9557 c1e730bebcaa
permissions -rw-r--r--
Invoke instruction gets fully qualified method name (class+name+sig) as in Sun's JVM spec


goals_limit := 1;

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

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