src/CTT/ROOT
author wenzelm
Fri, 19 May 2017 18:10:19 +0200
changeset 65875 12c90c0c4b32
parent 65447 fae6051ec192
child 69272 15e9ed5b28fb
permissions -rw-r--r--
suppress ANSI control sequences in Scala console;

chapter CTT

session CTT = Pure +
  description {*
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1991  University of Cambridge

    This is a version of Constructive Type Theory (extensional equality,
    no universes).

    Useful references on Constructive Type Theory:

    B. Nordström, K. Petersson and J. M. Smith, Programming in Martin-Löf's
    Type Theory (Oxford University Press, 1990)

    Simon Thompson, Type Theory and Functional Programming (Addison-Wesley,
    1991)
  *}
  options [thy_output_source]
  theories
    CTT
    "ex/Typechecking"
    "ex/Elimination"
    "ex/Equality"
    "ex/Synthesis"
  document_files
    "root.tex"