Open NickSeagull opened 7 years ago
I've been taking a look at the source code of intero-neovim and it looks like we can make something like what they do for handling errors.
We can either use intero itself, or just parse the output from stack.
intero
stack
It is important that #121 has been done first, as it helps with source mapping.
I've been taking a look at the source code of intero-neovim and it looks like we can make something like what they do for handling errors.
We can either use
intero
itself, or just parse the output fromstack
.It is important that #121 has been done first, as it helps with source mapping.