Valentin Robert

Results 34 issues of Valentin Robert

I recently run into a confusing situation where under VSCode/HLS, I got the following error message: ``` error: • Top-level splices are not permitted without TemplateHaskell • In the untyped...

type: bug

Tested with HLS 2.0.0.0 (has been bugging me for many versions) I have created [a reproducible repository](https://github.com/Ptival/hls-multi-cradle-submodule-bug) for this issue. 1. Clone the repo, either stay in the `main` branch...

type: bug
multi-component

cf. https://www.haskell.org/hoogle/?hoogle=%28%26%29 does not give: https://hackage.haskell.org/package/base-4.8.0.0/docs/src/Data-Function.html#%26 I'm not sure whether it's a version issue or something deeper... :\

Creating as draft to have a discussion on design. I noticed we pay a huge performance cost on running `fsep`, even though we use an unbounded width layout. I'm intending...

Right now the server runs without a warning!

bug

Your code mentions a variable `global` that I see nowhere defined...

It seems `haskell-align-imports` does not work when the qualified name contains Unicode (like Greek characters). Try for yourself: ``` module Test where import qualified Prelude as Π import Data.String as...

I'm not sure why nobody noticed this, but for me, the `:set +c` has the bad side-effect of producing this: ```

#### Description of the problem ```coq Class Functor (F : Type -> Type) : Type := { fmap : forall {A B : Type}, (A -> B) -> F A...

part: notations
kind: bug
needs: triage
part: implicit arguments

Currently, the cabal completion list cabal options from `cabal ... --list-options` no matter what. However, when trying to complete: ``` cabal run tool -- /path/to/ ``` This is quite annoying...

completions