5

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#.

sampai
  • 126
  • 1
  • 4

1 Answers1

12

The FSharpPlus library is probably the closest.

Phillip Carter
  • 4,895
  • 16
  • 26