author | berghofe |
Wed, 07 Feb 2007 17:30:53 +0100 | |
changeset 22264 | 6a65e9b2ae05 |
parent 19761 | 5cd82054c2c6 |
child 24106 | f2965bf954dc |
permissions | -rw-r--r-- |
9000 | 1 |
(* Title: CTT/ex/ROOT.ML |
0 | 2 |
ID: $Id$ |
1459 | 3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
0 | 4 |
Copyright 1991 University of Cambridge |
5 |
||
19761 | 6 |
Examples for Constructive Type Theory. |
0 | 7 |
*) |
8 |
||
19761 | 9 |
use_thy "Typechecking"; |
10 |
use_thy "Elimination"; |
|
11 |
use_thy "Equality"; |
|
12 |
use_thy "Synthesis"; |