-
```
{-# LANGUAGE DataKinds #-}
import Prelude
import GHC.TypeLits
data NatIndexed (n :: Nat)
{-@ type NI4 = NatIndexed 4 @-}
{-@ foo :: NI4 -> NI4 @-}
foo = id @(NatIndexed 4)
```
Thi…
-
I saw documentation these LSP and has "CodeLens"
on haskell(hls) show this error
![172552](https://user-images.githubusercontent.com/30029780/152657754-4c920cd9-18ab-46ef-8a1b-9f7ee4aa777f.png)
…
-
## Your environment
Which OS do you use? Fedora Linux
Which version of GHC do you use and how did you install it? ghc-9.4.5 from Fedora
How is your project built (alternative: link to the proj…
juhp updated
3 months ago
-
I was taking a look at this project, it seems very cool. In particular, I think we could potentially use it as an intermediary format between the information files that the Haskell compiler GHC produc…
-
Using `haskell-language-server`, adding a use of the `nat` quasi-quoter causes HLS to stop working and just report one error:
```
GHC runtime linker: fatal error: I found a duplicate definition fo…
-
### Your environment
* Which OS do you use?
Fedora 37
* Which version of GHC do you use and how did you install it?
GHC 9.4.4 via ghcup
* How is your project built (alternative: lin…
-
ghcide's errors reporting, hover, goto definition is far more fault tolerant. It still works when started in a file with errors. It is also very snappy. I would argue that hie should fully integrate g…
-
I'm not sure if you were aware of this or not, but the `ToExp` class is practically identical to the [`Lift`](http://hackage.haskell.org/package/template-haskell-2.12.0.0/docs/Language-Haskell-TH-Synt…
-
In some languages, such as Haskell, it is meaningful to show the type of an expression, rather than just an identifier.
To allow this, extend the Hover Request to also include a `Range` if the sele…
alanz updated
1 month ago
-
Originate from https://github.com/haskell/haskell-language-server/issues/4374
Retrie gives me this.
```
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under t…