1
1
mirror of https://github.com/coot/free-category.git synced 2024-10-26 15:15:00 +03:00
free-category/.circleci
Marcin Szamotulski 20d61b2355
Efficient representation of a free category (#5)
* Efficient representation of free category

Using type aligned real time queues (Okasaki, 'Purely Functional Data
Structures') to represent catanable type allign lists (free categories).

Composition is O(1) and right fold is O(n), where n is number of
transitions.

* Bump version to 0.0.3

Make it compile on ghc802.

* Updated CI configuration
2019-08-31 08:12:21 +00:00
..
config.yml Efficient representation of a free category (#5) 2019-08-31 08:12:21 +00:00