Skip to content

Check if function at point fuses #676

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

Closed
codygman opened this issue May 27, 2015 · 3 comments
Closed

Check if function at point fuses #676

codygman opened this issue May 27, 2015 · 3 comments

Comments

@codygman
Copy link
Contributor

I was thinking maybe there was a way to take advantage of this to make a function that runs the function your cursor is in (assuming it is pure) and checks to see if it fuses.

@gracjan
Copy link
Contributor

gracjan commented May 27, 2015

Thanks for the heads up about this functionality, very cool stuff!

And very specialized at the same time. I could imagine a package called haskell-mode-extras where this would fit, in general haskell-mode we ar eswamped supporting what is already there.

I have to close this issue as out of scope for haskell-mode. Having said that do not hessitate to publish other package that does what you have in mind!

@gracjan gracjan closed this as completed May 27, 2015
@codygman
Copy link
Contributor Author

Thanks for your hard work on haskell-mode. I understand if it's already too
much to support. I've been trying to figure out elisp and looking through
the source of haskell-mode, so hopefully I'll be able to help and maybe
even create the haskell-mode-extras you've suggested.

@gracjan
Copy link
Contributor

gracjan commented May 27, 2015

Great if you can help! It is actually plenty fun to do! Start with something well defined, like one of the tasks with the 'well-defined-task' label:

https://github.com/haskell/haskell-mode/issues?q=is%3Aopen+is%3Aissue+label%3Awell-defined-task

Step by step instructions how to get going without too much trouble are here:

https://github.com/haskell/haskell-mode/wiki/Contributing

Our current focus is to get as many people hacking on haskell-mode as we can, as you haven't contributed yet you get priority treatment!

(Note that research what the code actually does and documenting it in haskell-mode.texi is also badly needed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants