Software developer + ellipse tool's number one fan. He/him. Hosted in Azure with microblog.pub.
#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
FSharpList<T>
in reply to this object
@isaac This would be useful, feel free to suggest it! https://github.com/fsharp/fslang-suggestions/issues/
@tarmil@tarmil.fr Just added it: https://github.com/fsharp/fslang-suggestions/issues/1355
#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