TFL/examples/Subst/README
author paulson
Fri, 18 Oct 1996 12:54:19 +0200
changeset 2113 21266526ac42
permissions -rw-r--r--
Subst as modified by Konrad Slind
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2113
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
     1
A first order unification algorithm is formalized and proved in this
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
     2
directory. The files "ROOT.ML" and "ROOT1.ML" give instructions for
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
     3
running the proof. "ROOT1.ML" is will run on the current Isabelle release
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
     4
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
     5
     "Isabelle-94 revision 5: January 96"
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
     6
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
     7
while "ROOT.ML" builds on an internal release that Carsten Clasholm was
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
     8
maintaining. Features of this internal release will make their way into
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
     9
the public release (I hope). Eventually, the definition facility used to
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
    10
define the Unify algorithm will be incorporated into the syntax for
21266526ac42 Subst as modified by Konrad Slind
paulson
parents:
diff changeset
    11
".thy" files.