Gauthier Segay
Gauthier Segay
Myriad may also be relevant: https://moiraesoftware.github.io/myriad/docs/plugins/du-extensions/
@vshapenko the idea is interesting and worth existing here. One aspect is code size, and enabling features of SRTP, without forcing inline. Other compilers (C++ and Rust, I'd gather) handle...
> allow anonymous records in patterns I'd like to be able to deconstruct those partially, but there is still the concern of active patterns being ingrained for the kind of...
I'll consider an update to the design guideline, in meantime this suggestion or other enhancements to active pattern comes up, I think the recommendation with active pattern should be that...
Active patterns act a bit like a tailored callback which is a predicate, conceptually close to a function signature (type signatures, `fun` lambdas; delegates, or method members); those things "ideally...
@Tarmil brought [https://github.com/dot-config/dot-config.github.io](.config initiative) to my attention.
It just came spontaneously, I had to share. Let see. One drawback is you can't refer again to the _ in the expressions, I think it would conflict with the...
> cannot refer to the record itself in the shorthand lambda Pondering on this con, I think it plays nicely with nested record update, and it is kind of a...
@T-Gro now you seem like making a compelling case even 🙂. Without going too far, I think the symmetry with "get record property" with "udpate record property" has nice, erm,...
@drhumlen, what @T-Gro shown is one of the many functions in FAKE modules, that take a record and return an updated version; this is an idiom in FAKE and probably...