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
Currently there is no relation between LabelledWrite and Write, neither via inheritance nor implicit conversion (Write could be derived from LabelledWrite).
It would be nice to be able to use LabelledWrite where Write is required. WDYT?
The text was updated successfully, but these errors were encountered:
Currently there is no relation between
LabelledWrite
andWrite
, neither via inheritance nor implicit conversion (Write
could be derived fromLabelledWrite
).It would be nice to be able to use
LabelledWrite
whereWrite
is required. WDYT?The text was updated successfully, but these errors were encountered: