| author | wenzelm | 
| Thu, 10 Aug 2000 00:45:23 +0200 | |
| changeset 9569 | 68400ff46b09 | 
| parent 5184 | 9b8547a9496a | 
| child 11703 | 6e5de8d4290a | 
| 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 | ||
| 5184 | 12 | MIParameters = Datatype + | 
| 3807 | 13 | |
| 14 | datatype histState = histA | histB | |
| 15 | ||
| 16 | end | |
| 17 |