The visibilities of all declarations matching the given Name are returned.
Should this change go in the CHANGELOG?
[x] If this is a fix, user-facing change, a compiler change, or a new paper
implementation, I have updated CHANGELOG_NEXT.md (and potentially also
CONTRIBUTORS.md).
Description
This is a small extension to the elaborator that allows an elab script to query the visibility of a declaration.
As a quick example, given the following file:
We can get do the following in the REPL:
The visibilities of all declarations matching the given
Name
are returned.Should this change go in the CHANGELOG?
CHANGELOG_NEXT.md
(and potentially alsoCONTRIBUTORS.md
).