Mark Nichols

Results 9 comments of Mark Nichols

I'm going to start looking at this now...

I started by looking at what currently happens with your example above. This output is based on calling the function where_1 with params 5 and 7: ![image](https://user-images.githubusercontent.com/16517726/36352049-c003942e-1480-11e8-8c2c-db8823f55182.png) What is displayed...

I just noticed that the operator (*) is not displayed -- a more complicated example will probably show the declarations after the 'where' are not being fully explored.

Regarding the last comment about the (*) operator, I have a fix for that I'll try to put in tomorrow.

This should be fixed with the PR just submitted.

The part that is now 'fixed' is the discovery of function application after the 'where'. For the overall issue, though, I was looking for input as to what still needs...

I get: interactive :1:1: error: * Variable not in scope: debugView * Perhaps you meant `Debug.debugView' (imported from Debug)

It seems that all such problems go away if I specifically load the Debug module via :m + Debug The different form of the error message (with the "Perhaps you...

Yes, those same instructions. Could it be a difference between calling ghci directly vs stack ghci?