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 was archived by the owner on Mar 16, 2025. It is now read-only.
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.
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.