| author | nipkow | 
| Fri, 07 Oct 2005 20:41:10 +0200 | |
| changeset 17778 | 93d7e524417a | 
| parent 17309 | c43ed29bd197 | 
| child 24180 | 9f818139951b | 
| permissions | -rw-r--r-- | 
| 3807 | 1 | (* | 
| 2 | File: MIParameters.thy | |
| 17309 | 3 | ID: $Id$ | 
| 3807 | 4 | Author: Stephan Merz | 
| 5 | Copyright: 1997 University of Munich | |
| 6 | ||
| 7 | Theory Name: MIParameters | |
| 8 | Logic Image: TLA | |
| 9 | ||
| 10 | RPC-Memory example: Parameters of the memory implementation. | |
| 11 | *) | |
| 12 | ||
| 11703 | 13 | MIParameters = Main + | 
| 3807 | 14 | |
| 15 | datatype histState = histA | histB | |
| 16 | ||
| 17309 | 17 | ML {* use_legacy_bindings (the_context ()) *}
 | 
| 18 | ||
| 3807 | 19 | end |