[comp.lang.ada] exporting "=" problem, Dec-Alsys co

stt@ada-uts (12/01/87)

Your Ada is correct from my viewpoint, and
our compiler likes it too.

One question, though, is why is your Operators sub-package generic?
Couldn't you use the same trick without making the sub-package generic,
meaning you would just "use STRINGS.OPERATORS;" rather than
having to instantiate it, "with" it, and then "use" it?

S. Tucker Taft
Intermetrics, Inc.
Cambridge, MA  02138

P.S. it was our UTS-hosted Ada compiler
version 202.09 which compiled your code without
complaint. -T