|
|
|
|
|
by dunham
57 days ago
|
|
For caveman debugging, if I'm not sitting in a monad, I usually reach for something like Debug.Trace. Typically that's in Idris or my own language, but I see that haskell has it too. For my own language, I have the syntax highlighting set to put the `trace` keyword in red, so I can easily clean up. |
|