haskell-for-typescript-devs icon indicating copy to clipboard operation
haskell-for-typescript-devs copied to clipboard

Section for helpful info on debugging

Open dholms opened this issue 6 years ago • 0 comments

Some of the things we talked about earlier:

  • log statements: logError + trace from RIO
  • stack repl: interpreted and doesn't require everything to compile before running
  • undefined: useful for stubbing functions. Placeholder that compiles but blows up if reached in execution

dholms avatar Oct 01 '19 00:10 dholms