src/LCF/ROOT
author wenzelm
Tue, 09 Apr 2019 10:56:25 +0200
changeset 70083 96776eb41854
parent 69319 baccaf89ca0d
child 70675 efd995488228
permissions -rw-r--r--
back to scala-2.12.7 (due to reports about problems with new Mac hardware / OS installations by Jasmin Blanchette and Dmitriy Traytel);

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"