src/CTT/ROOT.ML
author paulson
Sat, 10 Jan 1998 17:59:32 +0100
changeset 4552 bb8ff763c93d
parent 4222 d7573d6d0513
child 5210 54aaa779b6b4
permissions -rw-r--r--
Simplified proofs by omitting PA = {|XA, ...|} from RA2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1459
d12da312eff4 expanded tabs
clasohm
parents: 1361
diff changeset
     1
(*  Title:      CTT/ROOT
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
    ID:         $Id$
1459
d12da312eff4 expanded tabs
clasohm
parents: 1361
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
    Copyright   1991  University of Cambridge
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     6
Adds Constructive Type Theory to a database containing pure Isabelle. 
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
Should be executed in the subdirectory CTT.
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
*)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     9
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
val banner = "Constructive Type Theory";
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    11
writeln banner;
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    12
3929
3553fcfa2c7e adapted to qualified names;
wenzelm
parents: 3511
diff changeset
    13
reset global_names;
3553fcfa2c7e adapted to qualified names;
wenzelm
parents: 3511
diff changeset
    14
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    15
print_depth 1;  
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    16
121
d392174734e9 changed use_thy's parameter to exact theory name
clasohm
parents: 72
diff changeset
    17
use_thy "CTT";
4222
d7573d6d0513 refer to $ISABELLE_HOME/src;
wenzelm
parents: 3929
diff changeset
    18
use "$ISABELLE_HOME/src/Provers/typedsimp.ML";
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    19
use "rew.ML";
121
d392174734e9 changed use_thy's parameter to exact theory name
clasohm
parents: 72
diff changeset
    20
use_thy "Arith";
d392174734e9 changed use_thy's parameter to exact theory name
clasohm
parents: 72
diff changeset
    21
use_thy "Bool";
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    22
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    23
print_depth 8;
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    24
1459
d12da312eff4 expanded tabs
clasohm
parents: 1361
diff changeset
    25
val CTT_build_completed = ();   (*indicate successful build*)