Gus
Gus
> My example was a bit contrived; I'll see if I can find a real example. Please ! I wonder if `mapComp2` reads better than `(map >> map)`
Shouldn't we report this to FsDocs ? Or is it a way to fix it from here?
@dsyme Nice job ! I like explicit things, like `Task.Ignore` and I think would be great to be explicit when converting to/from async, as it is more aligned with the...
@dsyme that's a good question. I understand the value of aligning with Async, but at the same time I think Async type is a bit special in the sense that...
@dsyme thanks for sharing your thoughts, very interesting. We should certainly open a suggestion for re-organizing F# core. In F#+ Async module has only some most-wanted functions, it is by...
I tried including the source code of TaskBuilder in an .fs file and seems to work, but it doesn't recognize the ``isNull`` functions, had to change them. Maybe is not...
Confirmed to be reproducing in F# 8 ` Microsoft (R) F# Interactive version 12.8.0.0 for F# 8.0` with the value restriction variant described above https://github.com/dotnet/fsharp/issues/12386#issuecomment-1251868590
This is ready to add either dictionary solution. The error in latest commit is just because a conditional for Fable3 should be added. There are mainly 2 possible roads: -...
Continued in #569
Although the F# compiler issue mentioned in the initial description was solved it seems there was another regression in 5.0 and the following script breaks: ``` #r "nuget: FSharpPlus" open...