packages feed

function-builder-0.3.0.0: CHANGELOG.md

# 0.3.0.0

* Update README with `Cokleisli ((->) w) a b ~ FunctionBuilder w a b`
* Re-introduce `immediate` renamed to `deferred`
* Remove `HasParameter`
* Fix some typos
* Add unit tests

# 0.2.0.1

* Update README

# 0.2.0.0

* Clean up and renamings
* Add a type class for types that dont add values
  to the function builder outpout.

# 0.1.2.0

* Add a type class for function builders that add a parameter to the generated function

# 0.1.1.0

* Add a type class for function builders

# 0.1.0.4

* Fix reference to the 'formatting' library

# 0.1.0.3

* Add reference to the 'formatting' library

# 0.1.0.2

* Improve documentation

# 0.1.0.1

* Fix Cabal build issues

# 0.1.0.0

* Initial Release