# HG changeset patch # User wenzelm # Date 864227580 -7200 # Node ID 815ef58483246fa8f5337845102b652f50836724 # Parent 636322bfd05798a3b047aa0aa55311336a918cdc tuned all READMEs; diff -r 636322bfd057 -r 815ef5848324 README.html --- a/README.html Wed May 21 17:11:46 1997 +0200 +++ b/README.html Wed May 21 17:13:00 1997 +0200 @@ -32,7 +32,7 @@ distribution: @@ -44,8 +44,7 @@ The following ML system and platform combinations are known to work quite well: - + + + diff -r 636322bfd057 -r 815ef5848324 src/Cube/README.html --- a/src/Cube/README.html Wed May 21 17:11:46 1997 +0200 +++ b/src/Cube/README.html Wed May 21 17:13:00 1997 +0200 @@ -1,22 +1,12 @@ -Cube/ReadMe + +Cube/README

Cube: Barendregt's Lambda-Cube

-This directory contains the Standard ML sources of the Isabelle system for -the Lambda-Cube. Important files include - -
-
ROOT.ML -
loads all source files. Enter an ML image containing Pure -Isabelle and type: use "ROOT.ML";

+This directory contains the ML sources of the Isabelle system for the +Lambda-Cube.

-

Makefile -
compiles the files under Poly/ML or SML of New Jersey

- -

ex -examples file. To execute them, enter an ML image -containing Cube and type: use "ex.ML"; -
+The ex subdirectory contains some examples.

NB: the formalization is not completely sound! It does not enforce distinctness of variable names in contexts!

@@ -28,4 +18,5 @@ Introduction to Generalised Type Systems
J. Functional Programming - + + diff -r 636322bfd057 -r 815ef5848324 src/FOL/README.html --- a/src/FOL/README.html Wed May 21 17:11:46 1997 +0200 +++ b/src/FOL/README.html Wed May 21 17:13:00 1997 +0200 @@ -1,27 +1,19 @@ -FOL/ReadMe +FOL/README

FOL: First-Order Logic with Natural Deduction

-This directory contains the Standard ML sources of the Isabelle system for -First-Order Logic (constructive and classical versions). For a classical -sequent calculus, see LK. Important files include +This directory contains the ML sources of the Isabelle system for +First-Order Logic (constructive and classical versions). For a +classical sequent calculus, see LK.

-

-
ROOT.ML -
loads all source files. Enter an ML image containing Pure -Isabelle and type: use "ROOT.ML";

- -

Makefile -
compiles the files under Poly/ML or SML of New Jersey

- -

ex -
subdirectory containing examples. To execute them, enter an ML image -containing FOL and type: use "ex/ROOT.ML";

-

+The ex subdirectory contains some examples.

Useful references on First-Order Logic:

diff -r 636322bfd057 -r 815ef5848324 src/HOL/AxClasses/README.html --- a/src/HOL/AxClasses/README.html Wed May 21 17:11:46 1997 +0200 +++ b/src/HOL/AxClasses/README.html Wed May 21 17:13:00 1997 +0200 @@ -1,4 +1,6 @@ -HOL/AxClasses/ReadMe +HOL/AxClasses/README + +

Axiomatic type classes

This directory contains the following axiomatic type class examples: diff -r 636322bfd057 -r 815ef5848324 src/HOL/IOA/README.html --- a/src/HOL/IOA/README.html Wed May 21 17:11:46 1997 +0200 +++ b/src/HOL/IOA/README.html Wed May 21 17:13:00 1997 +0200 @@ -1,4 +1,4 @@ -HOLCF/ReadMe +HOLCF/IOA/README

IOA: A basic formalization of I/O automata in HOL

diff -r 636322bfd057 -r 815ef5848324 src/HOL/Lex/README.html --- a/src/HOL/Lex/README.html Wed May 21 17:11:46 1997 +0200 +++ b/src/HOL/Lex/README.html Wed May 21 17:13:00 1997 +0200 @@ -1,4 +1,4 @@ -HOL/Lex/ReadMe +HOL/Lex/README

A Simplified Scanner Generator

@@ -34,15 +34,5 @@ diagram, i.e. the translation of regular expressions into deterministic finite automata is still missing.

-

M.Sc./Diplom/Fopra Project

- -Task: formalize the translation of regular expressions into deterministic -finite automata. We are looking for a theoretically inclined student who -likes automata theory and is not afraid of logic and proofs. Sounds -interesting? Then contact Tobias Nipkow or Cornelia Pusch. -This project is also suitable as a joint "Fopra" for two students. - diff -r 636322bfd057 -r 815ef5848324 src/HOL/Modelcheck/README.html --- a/src/HOL/Modelcheck/README.html Wed May 21 17:11:46 1997 +0200 +++ b/src/HOL/Modelcheck/README.html Wed May 21 17:13:00 1997 +0200 @@ -2,7 +2,7 @@

Invoking Model Checkers in Isabelle/HOL

-Authors: Olaf Mueller, Jan Philipps, Robert Sandner
+Authors: Olaf Müller, Jan Philipps, Robert Sandner
Copyright 1997 Technische Universität München

diff -r 636322bfd057 -r 815ef5848324 src/HOL/README.html --- a/src/HOL/README.html Wed May 21 17:11:46 1997 +0200 +++ b/src/HOL/README.html Wed May 21 17:13:00 1997 +0200 @@ -1,26 +1,12 @@ -HOL/ReadMe +HOL/README -

HOL: Higher-Order Logic with curried functions

- -This directory contains the Standard ML sources of the Isabelle system for -Higher-Order Logic with curried functions. Important files include +

HOL: Higher-Order Logic

-
-
ROOT.ML -
loads all source files. Enter an ML image containing Pure -Isabelle and type: use "ROOT.ML";

+This directory contains the ML sources of the Isabelle system for +Higher-Order Logic.

-

Makefile -
compiles the files under Poly/ML or SML of New Jersey

-

- -

There are several subdirectories. To execute them, issue the command -

-        use_dir "<DIR>";
-
-where <DIR> is the desired directory - +There are several subdirectories with examples:
ex
general examples diff -r 636322bfd057 -r 815ef5848324 src/HOL/ex/README.html --- a/src/HOL/ex/README.html Wed May 21 17:11:46 1997 +0200 +++ b/src/HOL/ex/README.html Wed May 21 17:13:00 1997 +0200 @@ -1,5 +1,5 @@ -HOL/ex/ReadMe +HOL/ex/README

ex--Miscellaneous Examples

diff -r 636322bfd057 -r 815ef5848324 src/HOLCF/IOA/README.html --- a/src/HOLCF/IOA/README.html Wed May 21 17:11:46 1997 +0200 +++ b/src/HOLCF/IOA/README.html Wed May 21 17:13:00 1997 +0200 @@ -1,15 +1,11 @@ -HOLCF/ReadMe +HOLCF/IOA/README

IOA: A formalization of I/O automata in HOLCF

-Author: Olaf Mueller
+Author: Olaf Müller
Copyright 1997 Technische Universität München

-Version: 1.0
-Date: 1.05.97

- -The distribution contains - +The distribution contains: