Phillip Carter

Results 640 comments of Phillip Carter

While it's understandable that the following code should be expected to compile, since it's known that `p` is a `Point`: ```fsharp type Point = {x:int;y:int} type Vector = {x:int;y:int} let...

Also in Ceylon: https://ceylon-lang.org/documentation/1.3/tour/types/#intersection_types I think this would be a great addition.

Nope (or not yet).

@adam-becker what about a separate test project with shared files?

I don't think you can. But honestly, if you're looking to validate that both the current release and source all pass, you should just use a separate test project. Although...

Any RFC takers --> I'll gladly review 😄

@GratianPlume Do you have an example where there's a real-world performance gain for your solution? I ask because even though the use of `InlineIfLambda` does inline the operation, it doesn't...

Another thing to consider is that `RequireQualifiedAccess` implicit across a scope would also impact records, since it applies for them as well. It would not be good to have this...

Only thing that comes to mind would be that each relevant repo has some entry that we pull in (via submodules??) and they're on the hook for maintaining it. I...

I think so, yes. This is anecdotal, but the company I work for actually has more customers using Haskell + OTel than Rust + OTel even though Haskell is not...