Skip to content

FSharpPlus 1.8.0

Latest

Choose a tag to compare

@wallymathieu wallymathieu released this 28 Oct 18:20
· 1 commit to v1.8 since this release
ac1be23
  • Add Operators for map2 (||>>) and map3 (|||>>) and flipped versions
  • Add generic sumBy function
  • Add missing fold, cons and uncons functions on some collections
  • Add SeqT.head, SeqT.tryHead and Choice,Sequential
  • Add HashSet operations
  • Bind and Join for dictionary interfaces
  • Zero for Result and Choice
  • Add missing dictionary utility functions
  • Result.isOk now available from Fable
  • Small type inference improvements