src/CTT/ROOT.ML
author huffman
Sun, 06 Nov 2005 00:22:03 +0100
changeset 18095 4328356ab7e6
parent 17441 5b5feca0344a
child 19761 5cd82054c2c6
permissions -rw-r--r--
add proof of Bekic's theorem: fix_cprod

(*  Title:      CTT/ROOT
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1991  University of Cambridge

Adds Constructive Type Theory to a database containing pure Isabelle. 
Should be executed in the subdirectory CTT.
*)

val banner = "Constructive Type Theory";
writeln banner;

use_thy "Main";

Goal "tt : T";  (*leave subgoal package empty*)