onepunchtech
onepunchtech
Where do you add those options? This doesn't seem to work ``` pkgs.haskell-nix.project { src = pkgs.haskell-nix.haskellLib.cleanGit { name = "foo"; src = ./.; }; compiler-nix-name = "ghc884"; dontPatchElf =...
Can you explain what the `B[a]` notation means?
I used scalacheck a couple times, and ran into the same issue. I don't remember how exactly I got around it. Here is a similar library in haskell, which in...
I'm implementing a language server, and I'm also having trouble getting semantic highlighting. I'm posting here because the name of the issue is how to debug. Let me know if...
@sebastiansturm I've determined that highlighting works with a large enough file. I have to work on some other things first, but I will come back to this and report/fix any...
Ok, need a little help. I'm unable to get edebug to trigger when `lsp-semantic-tokens--fontify` is triggered from my language's buffer. I can enter into debugger if I trigger it manually...