debug
debug copied to clipboard
Haskell library for debugging
The `location` function in TemplateHaskell can given me the source file, and location of the Debug block. Some kind of smart lexer and matching algorithm could give the original code,...
Then I could check the HTML from a PR
There should be an option to show onward calls, e.g. if `map f (x:xs)` calls `map f xs` that should be presented as an onward call, which is possible since...
When there is an `if` or pattern match it should highlight the taken path in yellow. When there is a boolean predicate it should highlight it in green/blue according to...
I'm new in Haskell and this package is interesting. I just would like to know is this package alive or maybe this functionality went to the HLS or an other...