-
### Subject of the issue
Take this file:
```haskell
{-# OPTIONS_GHC -W -Wall -Wincomplete-patterns #-}
module Test where
head :: [a] -> [b]
head [] = []
```
I expect this to show me …
-
### Your environment
Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`:
```sh
haskell-language-server version: 0.9.0.0 (GHC: 8.8.4) (PATH: /…
-
### Your environment
Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`:
```sh
$ haskell-language-server-8.8.4 --probe-tools
haskell-languag…
-
### Your environment
Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`:
It's built from master source with @isovector PR #1675 merged locally…
-
I'm afraid this is an issue with the combination of LanguageClient-neovim and ghcide, and I'm not sure which is to blame. The reproduction below does not result in any errors when using VSCode as far …
-
Hello,
I use Neovim and pwsh on W10 and when I use `hs`, `hu` or `hp` gitgutter crash.
![gitgutter_error](https://user-images.githubusercontent.com/45818681/101698784-63d11500-3a7a-11eb-8b86-430…
-
When using sourcekit-lsp to work with a somewhat big iOS project, kak-lsp works for me most of the time. However, when I try jumping to a certain class definition in an unopened Swift file, nothing ha…
-
### Your environment
Debian 10 running though WSL
> haskell-language-server-wrapper --probe-tools
haskell-language-server version: 0.7.1.0 (GHC: 8.10.1) (PATH: /home/davor/.ghcup/bin/haskell-langua…
-
# Unicode support for infix operators
## Abstract
Allow certain unicode characters to be used as infix operators akin to but more restricted than Julia allows it.
## Motivation
Allows fo…
-
**Expected behavior:**
That my snippet expands.
**Actual behavior:**
It doesn't expand:
![GIF](https://user-images.githubusercontent.com/50843046/100377655-e76a1b00-3011-11eb-8983-4f7def59fb…