]> birchwood-abbey.net Git - mit-scheme.git/commit
Use hash-table-constructor instead of comparator->hash-table-type.
authorChris Hanson <org/chris-hanson/cph>
Mon, 28 Nov 2022 08:18:34 +0000 (00:18 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 28 Nov 2022 08:21:58 +0000 (00:21 -0800)
commit6514511aff840015ed141253d3e63b414ea30bc1
tree7dfb73b6417fa9a0ef41c56508515d39f54b0eea
parent2949136ee93fe469e7d361b5c330bbf2a08a08cc
Use hash-table-constructor instead of comparator->hash-table-type.

The former was designed for the use case and does not expose hash-table types,
which are deprecated (though not yet marked as such).
src/runtime/equals.scm
src/runtime/runtime.pkg