Tomas Grosup

Results 530 comments of Tomas Grosup

Right now I cannot imagine potential breaking changes for "normal CE code" this could cause, and it is only natural to bring collection expressions and CEs together. After all, I...

Do I understand it correctly as a suggestion for how signatures are printed in tooltips, hints and other IDE features?

Understood. Since this is about tooling, the proposal does not have to be constrained with being plaintext based, it can also utilize tags or remarks. In general, I do not...

@brianrourkeboll : I understood it as @Happypig375 also being interesting into showing that the defaulting did happen for a particular function. But there could be ways by making the `default...

I would also look at the enums without qualified enum name separately, this could be addressed separately without bringing in broader support for complex constant expressions.

I am still not sold on this being an improvement, especially the need to put `const` in front of it: ```fsharp match flags with | const Abstract -> printf "abstract...

Is it intended to be symmetric with printing functions? Why not floats, bools, or custom `%A` objects? Like @Tarmil wrote above, there are many choice to be done and such...

The main obstacle I see are possible implementation challenges when it comes to method resolution and constraint solving, but the suggestion itself makes sense. There are existing implicit conversions happening...

@charlesroddie : See my comment above - my chain of thought was that this suggestion is heavily dependent on details, and those are better described with context in an RFC...

@charlesroddie : Please treat the approval in principle here as agreeing this idea is worth detailing out (in much larger detail that this suggestion format allows to keep parallel discussions...