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