Brent Yorgey

Results 193 comments of Brent Yorgey

Hi @Gabriel439 , I have recently been looking into implementing Hindley-Milner via `unification-fd` as well. I hope to be able to work up a full example and publish it soon,...

My worked and (perhaps excessively) commented example can now be found here: https://byorgey.wordpress.com/2021/09/08/implementing-hindley-milner-with-the-unification-fd-library/ (source code at https://github.com/byorgey/hm-unification-fd). @wrengr , if you have time to look through it, I would be...

Ah, thanks! On a quick skim it looks kind of similar to what I ended up with (I have probably been subconsciously influenced by reading that paper long ago, and...

Ah, that makes sense, thanks for the detailed explanation!

Thanks! I agree this is confusing. Making it worse is the fact that `Text.Blaze.Svg.Internal` was marked as hidden from Haddock (even though it is exported from the package). Take a...

I looked into this a bit. After doing a bit of profiling I'm pretty sure the problem is that `logoseg` and `modifyTrail` are too lazy: ``` haskell -- Adds a...

Also relevant: http://blog.ezyang.com/2011/05/anatomy-of-a-thunk-leak/

@Bodigrim @hackage-trustees I've now also included updates to upper bounds for `fgl` and `hspec` in this PR to enable support GHC 9.4; could those also be revised on Hackage?

@Bodigrim thanks! And you're right of course. I'm not really interested in maintaining it personally, just trying to prod the ecosystem along a bit. But anyone else reading this who...

@Daniel-Diaz great! See the process here: https://wiki.haskell.org/Taking_over_a_package