src/HOL/MicroJava/ROOT.ML
author kleing
Tue, 26 Feb 2002 15:45:32 +0100
changeset 12951 a9fdcb71d252
parent 12911 704713ca07ea
child 12978 16cc829b9c65
permissions -rw-r--r--
introduces SystemClasses and BVExample

goals_limit := 1;

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

no_document use_thy "While_Combinator";

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

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