Search code examples
functional-programmingf#scalazscala-catsarrow-kt

Is there a library in F# that is similar to scalaz, cats and arrow (Kotlin)?


What is a recommended approach in F# to use "high level" functional patterns? For Scala there are scalaz and cats, even there is Arrow for Kotlin, though I have not found anything similar for F#.


Solution

  • The FSharpPlus library is probably the closest.