author | wenzelm |
Fri, 08 Mar 2002 16:24:06 +0100 | |
changeset 13049 | ce180e5b7fa0 |
parent 11703 | 6e5de8d4290a |
child 17309 | c43ed29bd197 |
permissions | -rw-r--r-- |
3807 | 1 |
(* |
2 |
File: MIParameters.thy |
|
3 |
Author: Stephan Merz |
|
4 |
Copyright: 1997 University of Munich |
|
5 |
||
6 |
Theory Name: MIParameters |
|
7 |
Logic Image: TLA |
|
8 |
||
9 |
RPC-Memory example: Parameters of the memory implementation. |
|
10 |
*) |
|
11 |
||
11703 | 12 |
MIParameters = Main + |
3807 | 13 |
|
14 |
datatype histState = histA | histB |
|
15 |
||
16 |
end |