src/CTT/README
author wenzelm
Tue, 06 Sep 1994 13:09:58 +0200
changeset 582 8f1f1fab70ad
parent 0 a5a9c433f639
permissions -rw-r--r--
added ext_tsig_types; various minor changes;

		CTT: Constructive Type Theory

This directory contains the Standard ML sources of the Isabelle system for
Constructive Type Theory (extensional equality, no universes).  Important
files include

ROOT.ML -- loads all source files.  Enter an ML image containing Pure
Isabelle and type:    use "ROOT.ML";

Makefile -- compiles the files under Poly/ML or SML of New Jersey

ex -- subdirectory containing examples.  To execute them, enter an ML image
containing CTT and type:    use "ex/ROOT.ML";

Useful references on Constructive Type Theory:

	B. Nordstr\"om, K. Petersson and J. M. Smith,
	Programming in Martin-L\"of's Type Theory
	(Oxford University Press, 1990)

	Simon Thompson,
	Type Theory and Functional Programming (Addison-Wesley, 1991)