Abel Braaksma

Results 497 comments of Abel Braaksma

Oops, your PR went unnoticed for some time, sorry about that! Thanks @amongonz for finding this bug and tackling it. I will need some accompanying tests to ensure that if...

Hi @JohSand, thanks for reporting this. > and is probably only present due to copy-paste. ~The `'TOverall` cannot be removed here (at least, I remember it wasn't removable, but I...

Awesome. I'll add a few tests tomorrow and merge the PR. Thank you very much for reporting this!

> Add boilerplate to access ordered collection functions via conversion to/from Since a `Set` implements `IEnumerable

> is there any function where the expectation would be to utilize inner structure of the Set and gain a lot better perf characteristics compared to using Seq.* module functions...

@7sharp9, I think it's tricky to get this right without blowing up the generated IL. Currently, it's already quite easy to get into serious trouble because the compiler sometimes has...

I can add to the use cases: my case is a generalized type system, where each natively mapped type fits in a certain category of types that define a set...

Yeah, good point. Though returning a nested `Choice` is valid, right now, it'd be interesting to find out whether this leads to backward compat issues (even if they do, maybe...

Ah, yes, and < 7 choices, i.e. existing code, can easily be disambiguated on the call site. Fair enough, I think that could work.