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
When writing the Wadler interface, I noticed many calls like:
::Oppen::Token::BreakType::CONSISTENT
We should refactor and use aliases like:
CONSISTENT= ::Oppen::Token::BreakType::CONSISTENT
Should these constants be also exposes simply as Oppen::CONSISTENT ? I think the Oppen vocab is so small, that we can afford doing that, and may be a better solution that could benefit both Wadler and Oppen users.
The text was updated successfully, but these errors were encountered:
When writing the
Wadler
interface, I noticed many calls like:We should refactor and use aliases like:
Should these constants be also exposes simply as
Oppen::CONSISTENT
? I think theOppen
vocab is so small, that we can afford doing that, and may be a better solution that could benefit bothWadler
andOppen
users.The text was updated successfully, but these errors were encountered: