src/CTT/ROOT
author wenzelm
Sun, 05 Mar 2017 19:27:39 +0100
changeset 65120 db6cc23fcf33
parent 63505 42e1dece537a
child 65447 fae6051ec192
permissions -rw-r--r--
proper reset of published decorations: initial value is Nil, afterwards it is a list of canonical length and order;

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
    Main
    "ex/Typechecking"
    "ex/Elimination"
    "ex/Equality"
    "ex/Synthesis"
  document_files
    "root.tex"