haskell-for-typescript-devs
haskell-for-typescript-devs copied to clipboard
Section for helpful info on debugging
Some of the things we talked about earlier:
- log statements:
logError+tracefrom RIO stack repl: interpreted and doesn't require everything to compile before runningundefined: useful for stubbing functions. Placeholder that compiles but blows up if reached in execution