src/CTT/ROOT
author wenzelm
Fri, 23 Nov 2018 16:43:11 +0100
changeset 69334 6b49700da068
parent 69319 baccaf89ca0d
child 70675 efd995488228
permissions -rw-r--r--
clarified font_domain: strict excludes e.g. space character;

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"