You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
When saw-core terms are printed out they are really verbose. They would be much easier to read if we used short names like and instead of fully qualified names like Prelude.and everywhere.
To implement this we will need to pass a naming environment to the pretty-printing function so that we can tell when it is ok to drop the qualifiers without being ambiguous.
The text was updated successfully, but these errors were encountered:
To implement this, we should re-use Cryptol's NamingEnv type, and probably also re-use some of the functions that the Cryptol pretty-printer uses for deciding when to show names as qualified.
When saw-core terms are printed out they are really verbose. They would be much easier to read if we used short names like
and
instead of fully qualified names likePrelude.and
everywhere.To implement this we will need to pass a naming environment to the pretty-printing function so that we can tell when it is ok to drop the qualifiers without being ambiguous.
The text was updated successfully, but these errors were encountered: