Tomas Grosup

Results 530 comments of Tomas Grosup

How would one explain that this choice of usages - named tupled fields and function parameters - is in an abstract way the same concept and therefore should use the...

Are the C# named tuples a common thing to be exposed **across assembly boundaries**? If yes, what are the usage examples? If working with named tuples from C# is a...

As I am revisiting the suggestion, I decided to apply the "core-functional" label to signal this having a big impact on most of today's processing of function type inference (currying,...

Did you try using a custom printer via AddPrinter? You can have your default printers in a common .fsx file and load it at top of your scripts. ``` open...

Thinking about convention-based, some well-known dot file names?

> @T-Gro I do think we could just add a whole lot of stanard printers, or stop all those properties being dumped in the common case for .NET types. Would...

I am going to mark this as approved in principle, but would first like to get more feedback on any other types which are regularily encountered by scripting users and...

Interesting. I am curious why `less explicit lambdas` is seen as an advantage, the same for `throwaway identifiers`. Especially with more then one `_` in an expression, I am not...

1. Mark as deprecated with explanation, but keep working 2. Offer copy-pasteable code to migrate (so that people can use their own local version of Array2D) 3. Deprecated -> Removed...

Yes, the information is stored in the `System.Array` type itself. And at creation + a few use sites, FSharp.Core adjusts index access based on the base number per each rank....