-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command 'findsymbol' #23
base: master
Are you sure you want to change the base?
Conversation
Interesting. Could you please explain a bit more what this does, maybe with an example? And the difference between the "info" command? Thanks! |
Hi Bit, On Sun, Nov 10, 2013 at 03:32:19PM -0800, Bit Connor wrote:
The 'info' command shows the type information of a given symbol and in The 'findsymbol' command should be the basis for extending the import Until now I didn't have put that much time into the whole thing, but I Would you have something against a 'hdevtools import' command: From a user perspective it would be easier if he just needs to install Greetings, |
To be able to continue loading of files and reading their module graph if an error occured during the loading of a file, because if all files are loaded at once, then GHC stops the loading if an error occured.
Hi Bit, I have done some further changes which I try to summarize. The first few commits are about better error handling for The bigger change is about allowing the 'findsymbol' command This is the basis to be able to extend the import list by Greetings, |
Updates to GHC API Pretty.showDoc
Hi Bit,
I've added the command 'findsymbol', to be able find the modules where a given symbol is defined.
Greetings,
Daniel