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 Feb 6, 2023. It is now read-only.
We have defined corim and xcorim following a convention where these are always tagged. If the parser already expects to operate on corim (xcorim) then it doesn't need a tagged-corim (tagged-xcorim). It just needs corim (xcorim).
We have defined corim to be a tagged-corim which takes us down a path where we would have to define untagged-corm in order to get untagged semantics. Wouldn't it be better to define corim (xcorim) as untagged objects and define 'tagged-corim' and 'tagged-xcorim' as tagged objects?
The text was updated successfully, but these errors were encountered:
We have defined corim and xcorim following a convention where these are always tagged. If the parser already expects to operate on corim (xcorim) then it doesn't need a tagged-corim (tagged-xcorim). It just needs corim (xcorim).
We have defined corim to be a tagged-corim which takes us down a path where we would have to define untagged-corm in order to get untagged semantics. Wouldn't it be better to define corim (xcorim) as untagged objects and define 'tagged-corim' and 'tagged-xcorim' as tagged objects?
The text was updated successfully, but these errors were encountered: