src/CTT/ROOT.ML
author aspinall
Fri, 30 Sep 2005 18:18:34 +0200
changeset 17740 fc385ce6187d
parent 17441 5b5feca0344a
child 19761 5cd82054c2c6
permissions -rw-r--r--
Add icon for interface.

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