src/CTT/ROOT.ML
author wenzelm
Tue, 14 Jun 2005 22:08:53 +0200
changeset 16392 7212040b71f2
parent 10466 78168ca70469
child 17441 5b5feca0344a
permissions -rw-r--r--
discontinued polyml-3.x; made cygwin functionality less intrusive; more quoting of expressions;

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

print_depth 1;  

use_thy "CTT";
use "~~/src/Provers/typedsimp.ML";
use "rew.ML";
use_thy "Main";

print_depth 8;

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