Nicolas Wu
Nicolas Wu
I am a bit torn by the `IsString` instance. On the one hand, it makes it easy to parse literal text. On the other hand, in parsers I often don't...
It would be nice if vim-hdevtools were configured to also work with `*.lhs` and `*.hsc` files out of the box.
It seems that Literate Haskell, as in `.lhs` files, are not supported. In `lhs` files, every line is a comment unless the line is prepended with a `>` symbol, or...
Type applications such as `f @Int` for some function `f` are a bit of a nuisance to work with; there's the obvious problem that `@` needs to be escaped, but...