Rename "tag" to "dispatch-tag" and move bindings to global env.
authorChris Hanson <org/chris-hanson/cph>
Thu, 18 Jan 2018 02:02:58 +0000 (18:02 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 18 Jan 2018 02:02:58 +0000 (18:02 -0800)
commit8b9a15e5048e276a7344cfd05082b7e28725f4c1
tree77fb2614f3ff8afd088456b58bf486244634b3bd
parent735bd13f0f4baddb65f33730b7eee640835e63dc
Rename "tag" to "dispatch-tag" and move bindings to global env.

This name is at least somewhat specific, so it should be OK in global.
18 files changed:
src/runtime/bundle.scm
src/runtime/compound-predicate.scm
src/runtime/gentag.scm
src/runtime/parametric-predicate.scm
src/runtime/predicate-dispatch.scm
src/runtime/predicate-lattice.scm
src/runtime/predicate-metadata.scm
src/runtime/predicate-tagging.scm
src/runtime/record.scm
src/runtime/runtime.pkg
src/runtime/unpars.scm
src/sos/class.scm
src/sos/generic.scm
src/sos/tvector.scm
tests/Clean.sh
tests/runtime/test-parametric-predicate.scm
tests/runtime/test-predicate-metadata.scm
tests/sos/test-genmult.scm