author | wenzelm |
Sat, 16 Nov 2024 15:04:41 +0100 | |
changeset 81460 | 6ea0055fa42d |
parent 75992 | 1f6d79b62222 |
permissions | -rw-r--r-- |
75992 | 1 |
chapter FOL |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
48738
diff
changeset
|
2 |
|
48738
f8c1a5b9488f
simplified session specifications: names are taken verbatim and current directory is default;
wenzelm
parents:
48483
diff
changeset
|
3 |
session LCF = Pure + |
69319 | 4 |
description " |
48475 | 5 |
Author: Tobias Nipkow |
6 |
Copyright 1992 University of Cambridge |
|
51403
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
7 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
8 |
Logic for Computable Functions. |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
9 |
|
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
10 |
Useful references on LCF: Lawrence C. Paulson, |
2ff3a5589b05
refurbished some old README.html files as session descriptions, which show up in chapter index;
wenzelm
parents:
51397
diff
changeset
|
11 |
Logic and Computation: Interactive proof with Cambridge LCF (CUP, 1987) |
69319 | 12 |
" |
66444 | 13 |
sessions |
14 |
FOL |
|
70678
36c8c32346cb
clarified syntax: 'directories' and 'theories' belong together;
wenzelm
parents:
70675
diff
changeset
|
15 |
directories "ex" |
58974 | 16 |
theories |
17 |
LCF |
|
18 |
(* Some examples from Lawrence Paulson's book Logic and Computation *) |
|
19 |
"ex/Ex1" |
|
20 |
"ex/Ex2" |
|
21 |
"ex/Ex3" |
|
22 |
"ex/Ex4" |