Changelog of @hackage/libhbb 0.4.0.2

Version 0.4.0.2

  • Fixing a bug in the modes inline and smart-inline which caused them to produce a wrong representation for small functions that have no leading case expression. The parameters of these function were always aggregated to tuples.
  • Adding CHANGELOG.md and README.md to cabal package.

Version 0.4.0.1

  • The modes locate, inline and smart-inline are now able to inline/locate functions that are defined in infix notation.

Version 0.4.0.0

  • Added the integration mode apply-ttree.
  • The modes inline and smart-inline are now able converting a where expression to a let expression if this makes it possible to omit a leading case expression. The result is a much shorter lambda function.