#dotnet question - anyone know whether someone has proposed adding #csharp collection expression support to the #fsharp list type? It seems like all it would need is a CollectionBuilderAttribute pointing to a method on ListModule.
FSharpList<T>
is really useful for immutable records because it implements value equality on object.Equals https://snailsharp.dreamwidth.org/2995.html
I'm working on bringing my DeviantArtFs #fsharp library up to date with the newest version of the DeviantArt API. It's a mess but a fun and relatively stable one. Also gonna switch everything to task and taskSeq if I can.
I love #fsharp immutable lists because they implement equality checks by calling their member values just like records do - makes them useful even from C# or VB. https://snailsharp.dreamwidth.org/2995.html