src/HOL/MicroJava/ROOT.ML
author wenzelm
Mon, 11 Feb 2002 17:30:58 +0100
changeset 12874 368966ceafe5
parent 12786 d655138ddadf
child 12911 704713ca07ea
permissions -rw-r--r--
ML-Systems/smlnj-compiler.ML compatibility tweak;

goals_limit := 1;

add_path "J";
add_path "JVM";
add_path "BV";

use_thy "JTypeSafe";
use_thy "Example";
use_thy "JListExample";
use_thy "JVMListExample";
use_thy "BVSpecTypeSafe";
use_thy "JVM";
use_thy "LBVSpec"; 

(* momentarily broken:
use_thy "LBVCorrect";
use_thy "LBVComplete";
*)