src/LCF/ROOT
author wenzelm
Mon, 25 Mar 2019 17:21:26 +0100
changeset 69981 3dced198b9ec
parent 69319 baccaf89ca0d
child 70675 efd995488228
permissions -rw-r--r--
more strict AFP properties;

chapter LCF

session LCF = Pure +
  description "
    Author:     Tobias Nipkow
    Copyright   1992  University of Cambridge

    Logic for Computable Functions.

    Useful references on LCF: Lawrence C. Paulson,
    Logic and Computation: Interactive proof with Cambridge LCF (CUP, 1987)
  "
  sessions
    FOL
  theories
    LCF
    (* Some examples from Lawrence Paulson's book Logic and Computation *)
    "ex/Ex1"
    "ex/Ex2"
    "ex/Ex3"
    "ex/Ex4"