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
For any A : Reified, we could create a function debug: A => String, e.g., by JSON serializing it. This would be useful for debugging (e.g., decoding error messages).
Where to put this function? In core, it would mean depending on a JSON library.
The text was updated successfully, but these errors were encountered:
For any
A : Reified
, we could create a functiondebug: A => String
, e.g., by JSON serializing it. This would be useful for debugging (e.g., decoding error messages).Where to put this function? In
core
, it would mean depending on a JSON library.The text was updated successfully, but these errors were encountered: