
17 Sep
2016
17 Sep
'16
12:20 p.m.
On 17/09/16 09:00, Nikita Karetnikov wrote:
I'm not looking for opinions on whether you think a debugger is necessary or not when programming in Haskell.
On 17/09/2016 08:12, Ruben Astudillo wrote:
it isn't that useful in haskell as you reduce expressions instead of evaluating step by step a set of commands. You can check out on the repl with :? the commands (read for the ones with :step :next section).
...