-
Notifications
You must be signed in to change notification settings - Fork 59
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
ghcmod.vim should support the split, sig, and refine commands #68
Comments
FYI there is work for |
Added support for
I'm using https://github.com/kazu-yamamoto/ghc-mod/tree/4b2be9c9edbd377c3d95b6685ab53e7c5270edea compiled with GHC 7.10.1. |
I think your usage is correct. Using this hello-world like repo, and
|
All that stuff is broken with 7.10 ATM. See DanielG/ghc-mod#438 |
ghcmod added support for
split
,sig
, andrefine
commands. This is similar to the functionality available in Idris and Agda plugins.split
:DanielG/ghc-mod#274
sig
:DanielG/ghc-mod#274
refine
:DanielG/ghc-mod#311
The text was updated successfully, but these errors were encountered: