Fambda 1.0.4

Release available on NuGet!

This release brings record base type with structural hashing, equality and operator overloading. Exceptional type implementation for match, map and bind. Option as enumerable. Try representation of operations that may throw with safe invocation. Conversions for curried functions into uncurried format. Library types null assignments and equality components with specialized assertions.

Key points

  • Record base type (#90)
  • Match exceptional(#92)
  • Try throwable operations (#94)
  • Option as enumerable (#100)
  • Function uncurrying (#102)
  • Exceptional map and bind (#104)
  • Equality (#112) (#117) (#123) (#124) (#127)