# HG changeset patch
# User nipkow
# Date 816705324 -3600
# Node ID d4e26f632bcab35906ca7de574d11bc0d628ba97
# Parent f172a7f14e496a1742ee51633fc1b5b05936650c
Better!
diff -r f172a7f14e49 -r d4e26f632bca src/HOL/Lex/README.html
--- a/src/HOL/Lex/README.html Sat Nov 18 14:55:44 1995 +0100
+++ b/src/HOL/Lex/README.html Sat Nov 18 15:35:24 1995 +0100
@@ -1,7 +1,7 @@
HOL/Lex/ReadMe
-A Simplified Scanner Generator
+A Simplified Scanner Generator
This is half of a simplified functional scanner generator. The overall design
is like this:
@@ -34,8 +34,15 @@
diagram, i.e. the translation of regular expressions into deterministic
finite automata is still missing.
-WANTED: a theoretically inclined student to formalize a bit of
-undergraduate level automata theory. This could be worth a "Diplom" or an
-M.Sc. It could also be undertaken as a two-person "Fopra".
+
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 f172a7f14e49 -r d4e26f632bca src/HOL/MiniML/README.html
--- a/src/HOL/MiniML/README.html Sat Nov 18 14:55:44 1995 +0100
+++ b/src/HOL/MiniML/README.html Sat Nov 18 15:35:24 1995 +0100
@@ -1,8 +1,10 @@
HOL/MiniML/ReadMe
-Type Inference for MiniML
-(without "let" for the time being)
+Type Inference for MiniML (without let)
-Algorithms W and I are based on
+This theory formalizes the basic type inference algorithm underlying all
+typed functional programming languages. This algorithm is called
+W, its more imperative variant is called I. Both were
+first described in
@article{Milner-Poly,author="Robin Milner",
@@ -27,4 +29,16 @@
school={Institut f\"ur Informatik, Technische Universit{\"a}t M{\"u}nchen},
year=1995,note={Technical Report {TUM-I9515}}}
-
+
+
+
M.Sc./Diplom Project
+
+Task: extend MiniML with a let-construct and polymorphic types. We
+are looking for an enthusiastic student with some basic knowledge of
+functional programming who is not afraid of logic and proofs. Sounds
+interesting? Then contact Tobias Nipkow or Cornelia Pusch.
+
+