src/HOL/BCV/ROOT.ML
author wenzelm
Fri, 01 Dec 2000 19:43:06 +0100
changeset 10569 e8346dad78e1
parent 9791 a39e5d43de55
permissions -rw-r--r--
ignore quick_and_dirty for coind;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7626
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     1
(*  Title:      HOL/BCV/ROOT.ML
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     2
    ID:         $Id$
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     3
    Author:     Tobias Nipkow
9791
a39e5d43de55 Completely new version of BCV
nipkow
parents: 9000
diff changeset
     4
    Copyright   2000 TUM
7626
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     5
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     6
A simple model of dataflow (sub)type analysis of instruction sequences,
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     7
aka `bytecode verification'.
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     8
*)
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     9
9791
a39e5d43de55 Completely new version of BCV
nipkow
parents: 9000
diff changeset
    10
writeln"Root file for HOL/BCV";
a39e5d43de55 Completely new version of BCV
nipkow
parents: 9000
diff changeset
    11
a39e5d43de55 Completely new version of BCV
nipkow
parents: 9000
diff changeset
    12
use_thy"JVM";