src/HOL/BCV/ROOT.ML
author wenzelm
Mon, 29 Nov 1999 15:52:49 +0100
changeset 8039 a901bafe4578
parent 7626 5997f35954d7
child 9000 c20d58286a51
permissions -rw-r--r--
Goal: tuned pris;
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
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
     4
    Copyright   1999 TUM
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
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    10
writeln"Root file for HOL/BCV";
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    11
5997f35954d7 A new theory: a model of bytecode verification.
nipkow
parents:
diff changeset
    12
time_use_thy "Machine";