neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

Don't use a tuple, but a simple data type for stateful function #53

Closed saep closed 7 years ago

saep commented 7 years ago

This would make the order of the arguments and their purpose clearer. It's a breaking Change, though.