src/HOL/MicroJava/ROOT.ML
author ballarin
Mon, 26 Jul 2004 15:48:50 +0200
changeset 15076 4b3d280ef06a
parent 13672 b95d12325b51
child 24073 373727835757
permissions -rw-r--r--
New prover for transitive and reflexive-transitive closure of relations. - Code in Provers/trancl.ML - HOL: Simplifier set up to use it as solver

goals_limit := 1;

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

no_document use_thy "While_Combinator";

use_thy "JTypeSafe";
use_thy "Example";
use_thy "JListExample";
use_thy "JVMListExample";
use_thy "JVMDefensive";
use_thy "LBVJVM";
use_thy "BVNoTypeError";
use_thy "BVExample";

use_thy "CorrComp";
use_thy "CorrCompTp";