author | lcp |
Tue, 25 Apr 1995 11:14:03 +0200 | |
changeset 1072 | 0140ff702b23 |
parent 957 | 28a48c44ca57 |
child 1296 | ae31bb7774a7 |
permissions | -rw-r--r-- |
916 | 1 |
(* Title: ZF/Coind/MT.ML |
2 |
ID: $Id$ |
|
3 |
Author: Jacob Frost, Cambridge University Computer Laboratory |
|
4 |
Copyright 1995 University of Cambridge |
|
5 |
||
6 |
Based upon the article |
|
7 |
Robin Milner and Mads Tofte, |
|
8 |
Co-induction in Relational Semantics, |
|
9 |
Theoretical Computer Science 87 (1991), pages 209-220. |
|
10 |
||
11 |
Written up as |
|
12 |
Jacob Frost, A Case Study of Co_induction in Isabelle |
|
13 |
Report, Computer Lab, University of Cambridge (1995). |
|
14 |
*) |
|
15 |
||
16 |
ZF_build_completed; (*Make examples fail if ZF did*) |
|
17 |
||
18 |
writeln"Root file for ZF/Coind"; |
|
19 |
proof_timing := true; |
|
20 |
loadpath := [".","Coind"]; |
|
957
28a48c44ca57
Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents:
916
diff
changeset
|
21 |
time_use_thy "MT"; |