7626
|
1 |
(* Title: HOL/BCV/ROOT.ML
|
|
2 |
ID: $Id$
|
|
3 |
Author: Tobias Nipkow
|
9791
|
4 |
Copyright 2000 TUM
|
7626
|
5 |
|
|
6 |
A simple model of dataflow (sub)type analysis of instruction sequences,
|
|
7 |
aka `bytecode verification'.
|
|
8 |
*)
|
|
9 |
|
9791
|
10 |
writeln"Root file for HOL/BCV";
|
|
11 |
|
|
12 |
use_thy"JVM";
|