-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cover Debug.Trace? #270
Comments
Yeah. That would be good to point out. |
I was just chatting with Thomas on Slack and we discussed So maybe we could introduce |
That plan sounds good to me. |
I'm not sure if the book is the place for this, perhaps this is so basic that it should be in the docs. I saw in the PureScript wiki, long ago, the 0.7 migration guide said something about
purescript-console
as a replacement forDebug.Trace
, but that can't be right, causeDebug.Trace
is used everywhere, whilepurescript-console
can only be used in theEffect
monad.In any case, the idea is that this is such a good tool for interrogations during development that beginners don't really know about cause it isn't covered anywhere.
The text was updated successfully, but these errors were encountered: