1
1
mirror of https://github.com/coot/free-category.git synced 2024-11-23 09:55:43 +03:00
free-category/ChangeLog.md

21 lines
562 B
Markdown
Raw Normal View History

2018-11-03 19:49:19 +03:00
# Changelog for free-category
2019-08-31 13:23:27 +03:00
## Version 0.0.3.0
- Efficient 'Cat' and 'Aff' based on real time queues with scheduling
- Added Monoid instances
- Added Op category
- added `arrArr`, `mapArr`, `foldArr` for `Arr` free arrow category
- added `arrCat`, `mapCat`, `fodlMap` for `Cat` free categroy
2019-01-26 13:00:56 +03:00
## Version 0.0.2.0
- EffCategory class and FreeEffCat category transformer
- Example usage of FreeEffCat
2018-11-03 19:49:19 +03:00
## Version 0.0.1.0
- free category (concrete and condensity transformed)
- free arrows (concrete and condensity transformed)
## Unreleased changes
- hoistOp