kerams

Results 190 comments of kerams

Would it be possible to use tagging to generate document outlines?

Oh, I see it now! Previously I tried `SemanticHeader`, but it didn't produce outline/bookmarks. `SemanticHeader1` does the trick though.

Oof, terrible. Maybe we could have a warning when the argument is not a lambda or a simple value.

Not a fan of introducing new syntactic usages for either dots or tildes. Why not indicate element names as part of type annotation rather than tuple construction, the way C#...

I am still none the wiser as to why we'd want special expression syntax for this when `SynExpr.Typed` exists, meaning you could just tack `: (dx: float * dy: float)`...

Active patterns are fantastic when you can reuse them. It's not hard to imagine that you could end up with a multitude of variations of `EndsWith`, because the underlying pattern...

Some kind of a verdict would be nice. So yay or nay?

> Implemented this way, you would still need to wrap the code in async { ... } or task { ... } or whatever (or, at least, make sure the...

Would the attribute imply structural equality, would such a class otherwise be indistinguishable from a bona fide record?

How is the compiler on .NET Framework (in VS) supposed to load the assembly of the input type if the TP consumer targets .NET Core? I guess .NET Core could...