-
Hi all! I'd submit a PR but I can't find the source for the docs. On the page [equality](https://pyret.org/docs/latest/equality.html), the table says that `equal-always` is like OCaml's `(=)`.
Howe…
-
This is the checklist of the 3.14.0.0 release, whose main highlight is [Building profiled, dynamically-linked cabal projects #9900](https://github.com/haskell/cabal/pull/9900). The previous [issue lik…
-
**Is your feature request related to a problem? Please describe.**
My neovim config includes haskell-tools which uses ghci (the haskell interpreter) to execute haskell in the files I edit. However, s…
-
It would be nice to have a function to retrieve all values from an enum:
```haskell
data Color = Yellow | Red | Blue deriving (Enum)
let allColors = allEnumValues @Color
-- allColors is [Yello…
-
> `QBaseScope` et al were put in place because of limitations of the Haskell type system at the time. It's likely we can get rid of this. In fact, we should probably rethink the entire scoping system …
-
Earlier discussions:
https://github.com/haskell-org/committee/issues/10
https://github.com/haskell/core-libraries-committee/issues/43
A good first step would be to document the repositories t…
-
`vector-0.13.2.0` offers a new flavour of vectors: https://hackage.haskell.org/package/vector-0.13.2.0/docs/Data-Vector-Strict.html
-
Thank you for the awesome tool!
What do you think, do we need a Haskell support?
-
-
# Problem
This issue is to fix the ordered/unordered/sorted lists in Haskell's `lists.json` file(s).
When the original meta `lists.json` was released, it was ambiguous whether "ordered" meant "s…