src/HOL/BCV/ROOT.ML
author wenzelm
Wed, 31 May 2000 14:30:28 +0200
changeset 9011 0cfc347f8d19
parent 9000 c20d58286a51
child 9791 a39e5d43de55
permissions -rw-r--r--
Isar/Pure: removed obsolete 'transfer' attribute (transfer of thms to the current context is now done automatically);
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
time_use_thy "Machine";