src/CTT/ROOT.ML
author wenzelm
Thu, 01 Jun 2006 23:09:34 +0200
changeset 19758 093690d4ba60
parent 17441 5b5feca0344a
child 19761 5cd82054c2c6
permissions -rw-r--r--
tuned;

(*  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*)