Hacker News new | ask | show | jobs
by agos 319 days ago
I don't think inspecting this is easier than adding |> IO.inspect() to a pipe chain
2 comments

Or putting `|> dbg()` at the end and let it print the value at every step of the chain
modifying code just to attach a breakpoint is kinda silly in this day and age.