question - anyone know whether someone has proposed adding collection expression support to the 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

Captcha Check snailsharp.dreamwidth.org

I'm working on bringing my DeviantArtFs 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 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

Captcha Check snailsharp.dreamwidth.org