src/LCF/ROOT
author wenzelm
Sat, 01 Jun 2019 11:29:59 +0200
changeset 70299 83774d669b51
parent 69319 baccaf89ca0d
child 70675 efd995488228
permissions -rw-r--r--
Added tag Isabelle2019-RC4 for changeset ad2d84c42380

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"