Fuller description of examples
authorpaulson
Wed, 09 Oct 1996 13:50:28 +0200
changeset 2080 12eed4cec935
parent 2079 8f0d199373a3
child 2081 c2da3ca231ab
Fuller description of examples
src/HOL/README.html
--- a/src/HOL/README.html	Wed Oct 09 13:47:38 1996 +0200
+++ b/src/HOL/README.html	Wed Oct 09 13:50:28 1996 +0200
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
 <HTML><HEAD><TITLE>HOL/ReadMe</TITLE></HEAD><BODY>
 
 <H2>HOL: Higher-Order Logic with curried functions</H2>
@@ -12,10 +13,32 @@
 
 <DT>Makefile
 <DD>compiles the files under Poly/ML or SML of New Jersey<P>
+</DL>
 
+<P>There are several subdirectories.  To execute them, issue the command
+<PRE>
+        use_dir "<I>&lt;DIR&gt;</I>";
+</PRE>
+where <I>&lt;DIR&gt;</I> is the desired directory 
+
+<DL>
 <DT>ex
-<DD>subdirectory containing examples.  To execute them, enter an ML image
-containing HOL and type: use "ex/ROOT.ML";<P>
+<DD>general examples
+
+<DT>Auth
+<DD>a new approach to verifying authentication protocols 
+
+<DT>IMP
+<DD>mechanization of a large part of a semantics text by Glynn Winskel
+
+<DT>Integ
+<DD>a theory of the integers including efficient integer calculations
+
+<DT>IOA
+<DD>extended example of Input/Output Automata (takes a long time to run!)
+
+<DT>Lambda
+<DD>a proof of the Church-Rosser theorem for lambda-calculus
 
 <DT>Subst
 <DD>subdirectory defining a theory of substitution and unification.