src/ZF/Coind/ROOT.ML
author lcp
Tue, 28 Feb 1995 10:33:52 +0100
changeset 916 d03bb9f50b3b
child 957 28a48c44ca57
permissions -rw-r--r--
New example by Jacob Frost, tidied by lcp
     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"];
    21 time_use_thy "MT" handle _ => exit 1;