vim2hs
vim2hs copied to clipboard
Folding hides a signature
When viewing http://okmij.org/ftp/Haskell/Iteratee/XMLookup.hs, finish_element_early type signature is hidden inside the fold for finish_element.

The reason is there's no empty newline between the two definitions. I'll see if I can fix it without breaking anything (I seem to recall adding the empty line requirement for a reason).