| 1459 |      1 | (*  Title:      CTT/ROOT
 | 
| 0 |      2 |     ID:         $Id$
 | 
| 1459 |      3 |     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
 | 
| 0 |      4 |     Copyright   1991  University of Cambridge
 | 
|  |      5 | 
 | 
|  |      6 | Adds Constructive Type Theory to a database containing pure Isabelle. 
 | 
|  |      7 | Should be executed in the subdirectory CTT.
 | 
|  |      8 | *)
 | 
|  |      9 | 
 | 
|  |     10 | val banner = "Constructive Type Theory";
 | 
|  |     11 | writeln banner;
 | 
|  |     12 | 
 | 
|  |     13 | print_depth 1;  
 | 
|  |     14 | 
 | 
| 121 |     15 | use_thy "CTT";
 | 
| 6260 |     16 | use "~~/src/Provers/typedsimp.ML";
 | 
| 0 |     17 | use "rew.ML";
 | 
| 10466 |     18 | use_thy "Main";
 | 
| 0 |     19 | 
 | 
|  |     20 | print_depth 8;
 | 
| 10466 |     21 | 
 | 
|  |     22 | Goal "tt : T";  (*leave subgoal package empty*)
 |