Elodie Lander
Elodie Lander
The instructions in the README for running the example suggest that this command: ``` ghc MySampleGen.hs ``` can successfully build MySampleGen.hs, but this is false since MySampleGen.hs has import statements....
For users using cabal HEAD, enables indexing of dependency HIE files so that the source can be written out on calls to gotoDefinition. Opening this instead of #3704 because rebasing...
Most of the content in the BitArray chapter of the Gleam Book has been removed in the corresponding chapter of the Gleam Language Tour. This can be seen by comparing...
I think these steps would reproduce the issue I have found: - Build haskell-language-server with `-fwrite-ide-info` enabled with cabal HEAD - (assuming there is already an hiedb initialized for hacking...
Most of the content in the BitArray chapter of the Gleam Book has been removed in the corresponding chapter of the Gleam Language Tour. This can be seen by comparing...
Instead of type level list inclusion for `HasInput`, this enumerates all of the instances and `ValidInputs` is a sum type.