src/HOL/BCV/ROOT.ML
author nipkow
Fri, 01 Sep 2000 18:29:52 +0200
changeset 9791 a39e5d43de55
parent 9000 c20d58286a51
permissions -rw-r--r--
Completely new version of BCV

(*  Title:      HOL/BCV/ROOT.ML
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   2000 TUM

A simple model of dataflow (sub)type analysis of instruction sequences,
aka `bytecode verification'.
*)

writeln"Root file for HOL/BCV";

use_thy"JVM";