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
The most relevant issue is #44 and its fix #45. A less hacky solution would solve this but I couldn't think of anything else at the time that didn't have worse tradeoffs.
In Haskell-land you can't print without a Show instance. I know we're taking a similar approach on Web. It's not quite as ergonomic mind given the need to pass typeclass instances around.
It looks like we could do something like this on Node but I don't know about browsers:
I'm not sure if this is possible.
Currently nullary members appear as functions. It's difficult to view the contents (tag and value).
console.dir
helps because it allows us to inspect properties on the function:Screen.Recording.2022-10-28.at.11.42.51.mov
The text was updated successfully, but these errors were encountered: