Don Syme

Results 1218 comments of Don Syme

Just to say that, from a style-guide perspective, I'm ok with there being an end-to-end Stroustrup option, though I realise it's a big job and hits some technical limitations. @nojaf...

@tonieichelkraut Realistically you or someone else would have to implement and contribute this. The way to do it would be the same way PyTorch does - write a backend that...

There are some other interesting reasons for this compiler feature. One is that we frequently hit situations in the F# compiler where a union type incurs an entire extra level...

> But how to save metadata? I think the intent is that the types would be erased (like other F# information). The metadata would only available at compile-time through the...

@Richiban @alfonsogarciacaro I hijacked this suggestion to convert this to a suggestion for erased ad-hoc type unions of the kind suggested by @Richiban (Note sure what the callsite would be...

I verified it happens in-project too, so it's not specific to scripts. It's just for the parameter type - in this case `char[]` - which is actually being shown at...

I looked around FsAutoComplete and couldn't work out which bit of code is formatting that particular line.

Just to note that one specific reason to allow this is that it allows using the record constructor as a first class value.