FSharp.Core.Fluent
FSharp.Core.Fluent copied to clipboard
Fluent members for F# FSharp.Core functions
fsdocs being stuck at 3.1 forces any user to build against the 3.1 SDK. cc @dsyme
Some functions have been added to Fsharp.Core on recent times We should check they have corresponding fluent versions here
This project is using the unadorned FSSF Logo for F#. It needs a new logo - suggestions welcome!
This is my work in progress. Please let me know if I'm on the right track. If I am, I'll add the missing functions to Array, Seq, etc. Thank you.
### Description The functions `map2`, `map3`, and `mapi2` are missing. There may be others--I'll look more carefully this weekend! Thank you.
### Description Please consider adding a completely generic `.pipe` method to simulate `|>`. For example: ```fsharp open FSharp.Core.Fluent open System.Runtime.CompilerServices [] type FluentExtensions = [] static member inline pipe(x, []f)...
This repo is very simple and doesn't need paket or fake