sunterlib/s48/procedure-tables
Taylor R. Campbell 7f275baa4e Fixed a _MAJOR_ problem: PROCEDURE-HASH previously wouldn't work in stripped-scsh.image, because templates don't have debug data in them in that; however, they still have uids, so I used TEMPLATE-ID instead of stuff involving debug data. 2003-10-27 22:09:02 +00:00
..
AUTHORS Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00
BLURB Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00
README Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00
interfaces.scm Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00
packages.scm Fixed a _MAJOR_ problem: PROCEDURE-HASH previously wouldn't work in stripped-scsh.image, because templates don't have debug data in them in that; however, they still have uids, so I used TEMPLATE-ID instead of stuff involving debug data. 2003-10-27 22:09:02 +00:00
procedure-hash.scm Fixed a _MAJOR_ problem: PROCEDURE-HASH previously wouldn't work in stripped-scsh.image, because templates don't have debug data in them in that; however, they still have uids, so I used TEMPLATE-ID instead of stuff involving debug data. 2003-10-27 22:09:02 +00:00
procedure-tables.scm Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00

README

PROCEDURE-HASH defines PROCEDURE-HASH, which takes a procedure and
returns its hash value.  PROCEDURE-TABLES defines MAKE-PROCEDURE-TABLE,
which returns a table whose keys are procedures.