Benjamin

Results 52 comments of Benjamin

Not sure why the actions aren't being run

Damn, you've a point... I'll have another go

@ocharles if you don't mind, why is mzip and () different for TreeT? I'm not sure why NodeT's applicative wasn't implemented like below. Could you shed some light? ```diff diff...

Thanks for the issue! I'll likely deprecate 1.13 and before in the next two days, and see if I can fiddle with the bounds for 1.14 and after. Do you...

I have been somewhat swamped this week; next time I'll be available for this is Monday evening, just to keep you in the loop.

Looks like someone was fixing it in #1081 before I even made this issue. I assume that @phadej would prefer to merge that than make a new PR.

I don't have much experience with fiddling with the front end, but if and when you do work it out, please do share here!

Wouldn't this encourage packages to go out with their own forks of other packages included within them, further fragmenting dependencies? If this is typical, I'd love to hear of examples...

I would like to echo the desire for newtypes (or even entirely separate strict types) to guarantee strictness when it is desired. It is incredibly surprising that despite using Data.Map.Strict...

I would appreciate guidance on what to look for for data structure invariant tests. I moved those arbitrary instances to a separate module because, at least for the Set one,...