
24 Sep
2013
24 Sep
'13
2:08 p.m.
Hey, ghc has a nice feature, when one compiles a haskell program and has made a spelling error, it suggest similar names that could be what one meant. Example: Data.hs:24:44: Not in scope: `mont_' Perhaps you meant `month_' (line 10) Is there a vim plugin that takes advantage of this? So that I can compile my haskell project, and for errors where ghc has a suggestion insert the suggestion with a simple key press? Thanks! Nathan