Skip to content

Respell hash table

Don Morrison requested to merge respell-hash-table into master

Sorry, I opened a merge request a few minutes ago, but was confused by the GitLab UI and had the wrong source branch. I couldn't figure out how to fix that after the fact, so closed it and am opening this one as a replacement. Hope this all works and doesn't cause too much confusion.

I believe this closes issue #22

Makes in-hash-table and in-hashtable synonymous. To avoid duplicating the bodies of the clauses I introduced a macro that just sets the word to be used. I've cloned all the existing tests for hash-tables so both forms are tested; all the units pass, except six, unrelated to hash-tables, that didn't pass in the freshly cloned repo before I made these changes. I've also updated the doc to cite both spellings.

Merge request reports