Mango The Fourth
Mango The Fourth
I guess one issue is that GHC already does a bit "too much" in that if you have a definition like the above, it tries to be clever about the...
Thank you. I will go through all of these.
@soulomoon I'm currently struggling a bit with the tests - the ASTs are different enough that making the syntax highlighting consistent between ghc versions is probably a big pain. Should...
also `stylish-haskell`'s parser seems to be confused about the CPP :/
@blackheaven if you want we can add an "integration test" to security-advisories that runs `cabal-audit` on itself to make sure it doesn't break because of upstream changes?
The related issue to integrate HLS into haskell playground can be found here: https://github.com/haskell/play-haskell/issues/57 A prototypical implementation for a web client for hls based on monaco can be found here:...
I’ll take a look - first of all, thanks for the PR!
```haskell -- >>> x @UTCTime -- Just 2024-05-30 16:15:18 UTC -- >>> x @ZonedTime -- Nothing x :: ISO8601 t => Maybe t x = iso8601ParseM "2024-05-30T16:15:18Z" ``` here I...
Happens here as well.
> extra-doc-files, extra-source-files I think this is the wrong place to solve this. I think that a user who does not have a README should not be forced to make...