Ryan Scott

Results 269 comments of Ryan Scott

https://github.com/ekmett/ersatz/issues/46#issuecomment-2278043099 would help, yes, but there's still the issue that the `Decoded` version of `Letter` is... itself! That doesn't seem like a very compact decoding in general. I think a...

> How are generics supposed to deal with this? Here is a proof of concept showing how it could work for enumeration types (i.e., where all constructors have no fields):...

At first, I thought that this change in syntax was causing `llvm-as` to reject the old style. But I was mistaken in that belief: the root cause was actually a...

I have encountered the same issue in the context of `any` constraints. For instance, if you attempt to compile a project with: 1. A custom `Setup.hs` script 2. `cabal-install-3.10.*` +...

> It seems like a bug in `haskell-ci` to force you to used the installed `Cabal` library version? I don't think I know enough about `haskell-ci`'s design considerations to say...

I will happily use `cabal-install-3.12.0.0` once it is fully supported by `ghcup` and `haskell-ci`.

Oops, I accidentally skipped `0.5.0.5` when writing the changelog entries in bd458b66e1b28c249628e282ff42e8468646c557. I've done so in de9f9c2499b8342a6dab36b11ecaedef7942c5cc. Unfortunately, I don't have the necessary permissions to upload new `chaselev-deque` versions to...

I've commented on a similar issue in https://github.com/mboes/th-lift/issues/20#issuecomment-157955277, but I'll reiterate my comments here. What you're aiming for is something tantamount to implementing GHC's type inference in Template Haskell. Well,...

For context: Haskell libraries mailing list discussion: https://mail.haskell.org/pipermail/libraries/2016-July/027164.html

> The right answer is surely to add a safe `TVar` re-export somewhere in `base`. That would be nice. But this needn't stop us from adding an `NFData` instance for...