bitc / vim-hdevtools

Vim plugin for Haskell development
132 stars 25 forks source link

Necessity to compile file #20

Closed felixSchl closed 10 years ago

felixSchl commented 10 years ago

Hey,

Hope this does not come out stupid, but it would be cool to get the types also to show if the current file does not compile. E.g. if I am developing a new function and quickly want to check the type of a function I wrote earlier to see if I can re-use it or refactor it to re-use it, it would be cool if I did not have to comment a whole lot of stuff out in order for the file to compile first.

bitc commented 10 years ago

Yes, this would be awesome. I'm not sure what the best way to implement it is. But the improvement would be done in the https://github.com/bitc/hdevtools project, feel free to repoen this issue over there