Neil Mitchell
Neil Mitchell
What instructions are you following? Any deviations?
Which instructions are you following? I'm following the ones at https://github.com/ndmitchell/debug#haskell-debugger----
Which `debug` is `stack ghci` picking up? Does the issue go away if you run `ghci` directly? What happens if you run `stack exec ghc-pkg list`?
CC @pepeiborra
I've disabled the documentation check for debug temporarily
Thanks! I think the `Show a` instance I added is proving actively harmful - it works well in the same module, but is of no use in a different module,...
I went with `_ =>` and it's vastly simpler - great news!
I had to comment out the `type2` example, so that still needs work.
Yep, that's what I'm suggesting - the remarks about a smart lexer are more about trying to match back assuming variables were not single atomic keywords (which was the original...
Thanks for the patch. Unfortunately, I no longer maintain this package. CC @ip1981 @vshabanov who are maintaining it.