Skip to content

bingo-functional v1.0.0

Compare
Choose a tag to compare
@ace411 ace411 released this 13 Sep 14:19
· 966 commits to master since this release

First release of the bingo-functional library.

Helpers

  • compose()
  • constantFunction()
  • curry()
  • curryN()
  • extend()
  • identity()
  • memoize()
  • partial()
  • pick()
  • pluck()
  • zip()
  • unzip()

Functors

  • Either Left/Right
  • Maybe Just/Nothing
  • Applicatives Applicative/CollectionApplicative
  • Monad Monad